aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-03 19:00:17 +0000
committerWayne Davison <wayned@samba.org>2005-02-03 19:00:17 +0000
commit0a68f869d7c1b390f7cafd72e52949305c06cad5 (patch)
treea3c5971190e9003127c72737b6231bb96e8e562c /main.c
parent3b2461cf2ee5aa5c86796ba20def80781c161e25 (diff)
downloadandroid_external_rsync-0a68f869d7c1b390f7cafd72e52949305c06cad5.tar.gz
android_external_rsync-0a68f869d7c1b390f7cafd72e52949305c06cad5.tar.bz2
android_external_rsync-0a68f869d7c1b390f7cafd72e52949305c06cad5.zip
Call add_filter() and add_filter_file() with their new flag args.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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