aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-25 11:55:03 +0000
committerWayne Davison <wayned@samba.org>2005-01-25 11:55:03 +0000
commitddf64101306042c94eb3017c4d5a87f47d33caa1 (patch)
treef5b18734b3726757b7b6252b68a8339ac31b933b /main.c
parent7842418b7b87c4c78ad8ad06fec44150c8aa0956 (diff)
downloadandroid_external_rsync-ddf64101306042c94eb3017c4d5a87f47d33caa1.tar.gz
android_external_rsync-ddf64101306042c94eb3017c4d5a87f47d33caa1.tar.bz2
android_external_rsync-ddf64101306042c94eb3017c4d5a87f47d33caa1.zip
Needed to call add_cvs_excludes() from one more code path.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index b45a9806..72b55295 100644
--- a/main.c
+++ b/main.c
@@ -597,6 +597,8 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[])
io_start_buffering_in();
if (delete_mode && !delete_excluded)
recv_filter_list(f_in);
+ if (cvs_exclude)
+ add_cvs_excludes();
if (filesfrom_fd >= 0) {
/* We need to send the files-from names to the sender at the