When --dry-run is set, note when a directory is missing and avoid
authorWayne Davison <wayned@samba.org>
Sat, 12 Feb 2005 21:18:58 +0000 (21:18 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 12 Feb 2005 21:18:58 +0000 (21:18 +0000)
commitdf337831dc608129812d06e9bb6e7e384fa48926
treed98822a5376b5a92396e8ec52a905f3a8e968393
parentbb558f67916e53f0744baf7d3f956793670b4721
When --dry-run is set, note when a directory is missing and avoid
trying to stat() any items inside that dir's hierarchy.  This fixes
a bug where a symlink to a dir getting replaced by a dir with
identical contents to the dir at the other end of the symlink would
not report the updated files in the new hierarchy. (See bug #1673)
generator.c