mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-19 12:25:42 -04:00
Only skip deletions on IOERR_GENERAL. Fixes bug 7809.
This commit is contained in:
@@ -288,7 +288,7 @@ static void delete_in_dir(char *fbuf, struct file_struct *file, dev_t *fs_dev)
|
||||
if (allowed_lull)
|
||||
maybe_send_keepalive(time(NULL), MSK_ALLOW_FLUSH);
|
||||
|
||||
if (io_error && !ignore_errors) {
|
||||
if (io_error & IOERR_GENERAL && !ignore_errors) {
|
||||
if (already_warned)
|
||||
return;
|
||||
rprintf(FINFO,
|
||||
|
||||
Reference in New Issue
Block a user