projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
08c25ff
)
Excluded files are fine, don't flag them as failures just because nobody wants them.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 16 Sep 2008 19:19:57 +0000 (19:19 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/vclone.c
b/src/vclone.c
index
78992c3
..
a4eeda1
100644
(file)
--- 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);