X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-sync.c;h=a56f27d5ac8738f887804d1a8fd1496cbb2c8727;hb=bac8592135e38b0dcb28edcff4cf049eb06d7f55;hp=9cdac9b663f12016316ea84a553d7491030cce68;hpb=6b93021bbf87092def5f83c377644234d4bfa97a;p=deb_libnfs.git 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; }