Can just test ignore_errors w/o lp_ignore_errors(module_id) now.
[rsync/rsync.git] / generator.c
index 0721790..f17faed 100644 (file)
@@ -433,7 +433,7 @@ static void delete_in_dir(struct file_list *flist, char *fbuf,
        if (F_DEPTH(file) >= MAXPATHLEN/2+1)
                return; /* Impossible... */
 
-       if (io_error && !(lp_ignore_errors(module_id) || ignore_errors)) {
+       if (io_error && !ignore_errors) {
                if (already_warned)
                        return;
                rprintf(FINFO,