From: Ross Lagerwall Date: Sat, 19 Jul 2014 10:32:40 +0000 (+0100) Subject: libnfs.c: Fix autoreconnect X-Git-Tag: upstream/1.9.6^2~18^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28ee9de2e458640310b7a41ac6c12d7d23ff2c6a;hp=28ee9de2e458640310b7a41ac6c12d7d23ff2c6a;p=deb_libnfs.git libnfs.c: Fix autoreconnect Since rpc_connect_async sets autoreconnect to 0, turn autoreconnect on after the connection has completed, not before. This fixes #76. Signed-off-by: Ross Lagerwall ---