X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-sync.c;h=e42214aab473c5b6d72bd338bb154ebeb2b72612;hb=8afcdc959f1fe3d4b62566cab0f97135453e3d2c;hp=9cdac9b663f12016316ea84a553d7491030cce68;hpb=e7e7b39fb0e95209d4974780597b4f69796f6225;p=deb_libnfs.git diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 9cdac9b..e42214a 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -45,6 +45,7 @@ WSADATA wsaData; #include #include #include +#include "libnfs-zdr.h" #include "libnfs.h" #include /* for authunix_create() */ #include @@ -266,7 +267,6 @@ finished: if (nfs != NULL) { nfs_destroy_context(nfs); } - printf("nfsclient finished\n"); return 0; }