Displaying 1 result from an estimated 1 matches for "prior_dir_file".
2017 Feb 07
12
[Bug 12569] New: Missing directory errors not ignored
...nc-3.1.2-org/generator.c 2015-12-05 20:10:24.000000000 +0100
+++ rsync-3.1.2/generator.c 2017-02-07 10:58:33.768453242 +0100
@@ -1264,10 +1264,11 @@
&& (*dn != '.' || dn[1]) /* Avoid an issue with --relative and
the "." dir. */
&& (prior_dir_file && strcmp(dn, f_name(prior_dir_file, NULL)) !=
0)
&& flist_find_name(cur_flist, dn, 1) < 0) {
+ io_error |= IOERR_VANISHED;
rprintf(FERROR,
- "ABORTING due to invalid path from sender: %s/%s\n",
+...