X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/864146de58bec34fe8b0e61467907419628838b9..0a68f869d7c1b390f7cafd72e52949305c06cad5:/main.c diff --git a/main.c b/main.c index f48febe8..c788ecf2 100644 --- a/main.c +++ b/main.c @@ -623,7 +623,7 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[]) if (delete_mode && !delete_excluded) recv_filter_list(f_in); if (cvs_exclude && protocol_version < 29) - add_filter(&filter_list, ":C", 0); + add_filter(&filter_list, ":C", 0, 0); if (filesfrom_fd >= 0) { /* We need to send the files-from names to the sender at the