X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/54816348d163e63cf696434d8d0c8dd20da3641b..7b1ce0d746df0d7f7f33238799949ff3cec911a2:/flist.c?ds=sidebyside diff --git a/flist.c b/flist.c index a185082b..5cf30446 100644 --- a/flist.c +++ b/flist.c @@ -548,7 +548,7 @@ static void send_directory(int f,struct file_list *flist,char *dir) strcmp(dname,"..")==0) continue; strlcpy(p,dname,MAXPATHLEN-(l+1)); - send_file_name(f,flist,fname,recurse,FLAG_DELETE); + send_file_name(f,flist,fname,recurse,0); } closedir(d);