From: Ronnie Sahlberg Date: Thu, 22 Nov 2012 00:45:03 +0000 (-0800) Subject: Merge branch 'master' of github.com:sahlberg/libnfs X-Git-Tag: upstream/1.9.6^2~245 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0222cbfdf1884ae9d128d7e512ca82e76cd66414;hp=e7e7b39fb0e95209d4974780597b4f69796f6225;p=deb_libnfs.git Merge branch 'master' of github.com:sahlberg/libnfs --- diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 9cdac9b..a56f27d 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -266,7 +266,6 @@ finished: if (nfs != NULL) { nfs_destroy_context(nfs); } - printf("nfsclient finished\n"); return 0; }