mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-13 11:56:14 -04:00
Decided that delete_in_dir()'s call to delete_file() would be
better using DEL_RECURSE.
This commit is contained in:
@@ -111,7 +111,7 @@ void delete_files(struct file_list *flist)
|
||||
}
|
||||
} else {
|
||||
delete_file(f, S_ISDIR(mode)
|
||||
? DEL_DIR | DEL_NO_RECURSE : 0);
|
||||
? DEL_DIR | DEL_RECURSE : 0);
|
||||
}
|
||||
deletion_count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user