Fix bug in try_dests_reg that Florian Zumbiehl pointed out.
authorWayne Davison <wayned@samba.org>
Sat, 16 Mar 2019 18:12:53 +0000 (11:12 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 16 Mar 2019 18:12:53 +0000 (11:12 -0700)
commitd47d3792160210ce14700e38a223eaa0059f3551
tree34d994f210877ba50ffebf2ca3afcdcfa425429b
parenteb1b138ec2b363268acfef07e1face7c4e662409
Fix bug in try_dests_reg that Florian Zumbiehl pointed out.

If the alternate-destination code was scanning multiple alt dirs and it
found the right size/mtime/checksum info but not the right xattrs, it
would keep scanning the other dirs for a better xattr match, but it
would omit the unchanged-file check that needs to happen first.
generator.c