X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfs-cp.c;h=bbd136a91c1dbddfbf4f7123df0ded70ac02b74a;hb=2db42ce2fc89bc88050564037688888bbb8876e9;hp=4456747059fc9c338b6fd55c2665a37847d1ec28;hpb=6d89ace041388b1770167eb473ac539ae74f37db;p=deb_libnfs.git diff --git a/examples/nfs-cp.c b/examples/nfs-cp.c index 4456747..bbd136a 100644 --- a/examples/nfs-cp.c +++ b/examples/nfs-cp.c @@ -49,7 +49,6 @@ WSADATA wsaData; #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" @@ -132,6 +131,7 @@ open_file(const char *url, int flags) file_context->fd = -1; file_context->nfs = NULL; file_context->nfsfh = NULL; + file_context->url = NULL; if (strncmp(url, "nfs://", 6)) { file_context->is_nfs = 0;