nfs-cp: don't leave file_context->url unitialized
[deb_libnfs.git] / examples / nfs-cp.c
index 4456747059fc9c338b6fd55c2665a37847d1ec28..fe9911de50b6e79c520086ab0413b23db05fd975 100644 (file)
@@ -132,6 +132,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;