Needed to call add_cvs_excludes() from one more code path.
authorWayne Davison <wayned@samba.org>
Tue, 25 Jan 2005 11:55:03 +0000 (11:55 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 25 Jan 2005 11:55:03 +0000 (11:55 +0000)
main.c

diff --git a/main.c b/main.c
index b45a980..72b5529 100644 (file)
--- 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