From 8ba515c4f3b4fd99e223577e000dbd750e1233ef Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 16 Sep 2008 19:19:57 +0000 Subject: [PATCH] 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 --- src/vclone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.1.5