From ddf64101306042c94eb3017c4d5a87f47d33caa1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 25 Jan 2005 11:55:03 +0000 Subject: [PATCH] Needed to call add_cvs_excludes() from one more code path. --- main.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1