From: Daniel Hokka Zakrisson Date: Tue, 16 Sep 2008 19:19:57 +0000 (+0000) Subject: Excluded files are fine, don't flag them as failures just because nobody wants them. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba515c4f3b4fd99e223577e000dbd750e1233ef;p=util-vserver.git Excluded files are fine, don't flag them as failures just because nobody wants them. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2783 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/vclone.c b/src/vclone.c index 78992c3..a4eeda1 100644 --- a/src/vclone.c +++ b/src/vclone.c @@ -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);