X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-sync.c;h=e42214aab473c5b6d72bd338bb154ebeb2b72612;hb=31a2602e3df86815033f691d8b21238f135d76c4;hp=59973e89d7bf84d216aef7bc72fb941e62a3b5e5;hpb=2811861b9634ebc30b3c56afe681f1d3eb0e5060;p=deb_libnfs.git diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 59973e8..e42214a 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -267,7 +267,6 @@ finished: if (nfs != NULL) { nfs_destroy_context(nfs); } - printf("nfsclient finished\n"); return 0; }