X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-sync.c;h=d4f6b0c0226fdc18285ce0c2fc10c67db253c71e;hb=e4a5ba42b8212574a6c75ac518e7b3be6e619a5b;hp=460af53968eb2bf7535727a5d4e6fc68044ea198;hpb=cdb19ec1642636497881215a69166fd5f1d0cda2;p=deb_libnfs.git diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 460af53..d4f6b0c 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -20,7 +20,7 @@ #define SERVER "10.1.1.27" #define EXPORT "/VIRTUAL" -#define NFSFILE "/BOOKS/Classics/Dracula.djvu" +#define NFSFILE "/BOOKS/Classics/Dracula.djvu.truncated" #define NFSFILER "/BOOKS/Classics/Dracula.djvu.renamed" #define NFSFILEW "/BOOKS/Classics/foo" #define NFSDIR "/BOOKS/Classics/" @@ -46,7 +46,7 @@ struct client { }; -char buf[2*1024*1024]; +char buf[5*1024*1024]; int main(int argc _U_, char *argv[] _U_) {