Commit ddf64101 authored by Wayne Davison's avatar Wayne Davison

Needed to call add_cvs_excludes() from one more code path.

parent 7842418b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment