]> git.ipfire.org Git - thirdparty/rsync.git/commit
Fix issue where rdev major could get out of sync
authorWayne Davison <wayne@opencoder.net>
Sun, 26 Jul 2020 06:28:44 +0000 (23:28 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 26 Jul 2020 07:11:28 +0000 (00:11 -0700)
commit2066024981a26f5c6b87a390b87524c4c3c9ce93
tree0744aa080987db6e96e3aef7a1fbadebe50ce0c0
parentd274b2096fe032ba556899c9caac9972912cc993
Fix issue where rdev major could get out of sync

If the receiving side read a hard-linked device, it needs to set the
value of rdev_major to the value it snags from the hard-linked data
because the sender set their rdev_major value for that file entry.
NEWS.md
flist.c