diff options
| author | Wayne Davison <wayned@samba.org> | 2005-02-03 19:00:17 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-02-03 19:00:17 +0000 |
| commit | 0a68f869d7c1b390f7cafd72e52949305c06cad5 (patch) | |
| tree | a3c5971190e9003127c72737b6231bb96e8e562c /main.c | |
| parent | 3b2461cf2ee5aa5c86796ba20def80781c161e25 (diff) | |
| download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
