Excluded files are fine, don't flag them as failures just because nobody wants them.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 16 Sep 2008 19:19:57 +0000 (19:19 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 16 Sep 2008 19:19:57 +0000 (19:19 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2783 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/vclone.c

index 78992c3..a4eeda1 100644 (file)
@@ -136,7 +136,7 @@ handleDirEntry(const PathInfo *src_path, const PathInfo *basename,
        Vwrite(1, src_path->d, src_path->l);
        WRITE_MSG(1, "' (excluded)\n");
       }
-      return false;
+      return true;
     }
 
     PathInfo_append(&dst_path, src_path, dst_path_buf);