summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-23 13:16:30 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-23 13:16:30 +0000
commitb315601ce07701c4913c48a269775ab3284b25ba (patch)
tree9ebb557a3513eceb9f250424f35443fea900518f /flist.c
parent5f808dfbd71b0e40d0fd2976dceb2feaf024b6ca (diff)
downloadrsync-b315601ce07701c4913c48a269775ab3284b25ba.tar.gz
rsync-b315601ce07701c4913c48a269775ab3284b25ba.tar.bz2
rsync-b315601ce07701c4913c48a269775ab3284b25ba.zip
removed Daves include-only optimisation. One of the bug reports turned
out to be caused by it and it seems rather a lot of extra effort for what must really be a minor optimisation in most cases
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/flist.c b/flist.c
index cc5c3113..a653f14a 100644
--- a/flist.c
+++ b/flist.c
@@ -737,8 +737,7 @@ struct file_list *send_file_list(int f,int argc,char *argv[])
if (one_file_system)
set_filesystem(fname);
- if (!recurse || !send_included_file_names(f,flist))
- send_file_name(f,flist,fname,recurse,FLAG_DELETE);
+ send_file_name(f,flist,fname,recurse,FLAG_DELETE);
if (olddir != NULL) {
flist_dir = NULL;