Displaying 2 results from an estimated 2 matches for "dry_missing_dir".
2008 Mar 19
0
[PATCH] Unsnarl missing_below/dry_run logic.
...hile still scanning
its contents. These two scenarios were conflated using a single set of
missing_below/missing_dir variables in combination with transient increments in
dry_run; this caused at least three bugs.
Now recv_generator has separate variables for the two scenarios, called skip_dir
and dry_missing_dir, respectively. For simplicity, we take the F_DEPTH instead
of having separate *_below variables. We mark both kinds of missing dirs with
FLAG_MISSING_DIR. (dry_run > 1) iff the *root* of the destination does not
exist; it is no longer incremented for missing subdirs. I added tests for the
th...
2010 Jun 02
1
DO NOT REPLY [Bug 7489] New: rsyncd segfaults using daemon exclude filter
..., FLOG, fname, is_dir) < 0)
{
if (is_dir < 0)
***************
*** 1317,1328 ****
}
}
- #ifdef SUPPORT_ACLS
- sx.acc_acl = sx.def_acl = NULL;
- #endif
- #ifdef SUPPORT_XATTRS
- sx.xattr = NULL;
- #endif
if (dry_run > 1 || (dry_missing_dir && is_below(file,
dry_missing_dir))) {
parent_is_dry_missing:
if (fuzzy_dirlist) {
--- 1323,1328 ----
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug...