]> wimlib.net Git - wimlib/commit
capture_ntfs_streams(): Fix reparse tag capture bug
authorEric Biggers <ebiggers3@gmail.com>
Wed, 6 Feb 2013 02:23:59 +0000 (20:23 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 6 Feb 2013 02:23:59 +0000 (20:23 -0600)
commitf154a8abf2b32f47894172a601ade789d083db6e
tree517867efd5548894f374423d8353eb63e0bd3545
parent9e92e350116c87a3ec0b2e01e5d3ffb94c92bf31
capture_ntfs_streams(): Fix reparse tag capture bug

The reparse tag will be incorrectly left 0 if a reparse point data buffer is
identical to an existing stream.  Fix it.
src/ntfs-apply.c
src/ntfs-capture.c