https://bugzilla.samba.org/show_bug.cgi?id=9212

Wayne Davison <way...@samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Wayne Davison <way...@samba.org> 2012-10-07 17:51:22 UTC ---
Good catch -- the change_dir() routine was being too optimal after a
change_dir() where CD_SKIP_CHDIR had been used.  Your fix works great, and is
probably what packagers should snag for a 3.0.9 touch-up.

For the 3.1.0dev code, I decided to change the change_dir() routine itself so
that it knows that a skip has been done and avoids a needed chdir when
CD_NORMAL is requested.  It's a little more code, but will help ensure that any
other (future?) uses of change_dir() with CD_SKIP_CHDIR don't run into the same
issue.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to