From: Wayne Davison Date: Tue, 25 Jan 2005 11:55:03 +0000 (+0000) Subject: Needed to call add_cvs_excludes() from one more code path. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ddf64101306042c94eb3017c4d5a87f47d33caa1 Needed to call add_cvs_excludes() from one more code path. --- 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