]> git.ipfire.org Git - thirdparty/rsync.git/commit
Fix return of stat info from try_dests_reg().
authorWayne Davison <wayned@samba.org>
Sat, 5 Dec 2015 19:10:24 +0000 (11:10 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 5 Dec 2015 19:10:24 +0000 (11:10 -0800)
commit32de6b7cb47630c5d5ba3afe631faa42966d8490
tree2de5fba870801dd1c5bfda83a8656345b8df16af
parentbb853b32055a16e983267c6f5b8244aac311fdf9
Fix return of stat info from try_dests_reg().

The try_dests_reg() function could sometimes tweak the stat struct's
info when it should have been left unchanged.  This fixes bug 11545
(where an ACL check of a file that was mistakenly thought to be a
directory failed).
generator.c