]> wimlib.net Git - wimlib/commit
win32_capture.c: Ignore unnamed data stream of reparse point
authorEric Biggers <ebiggers3@gmail.com>
Sat, 2 Aug 2014 00:52:40 +0000 (19:52 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 2 Aug 2014 00:52:42 +0000 (19:52 -0500)
commit048bd974a0b798ceb9f2230caa57bddc298d0a32
tree5fd01a729ac2874ba2e59aaf0f8fba1b94d608a4
parent156bb1de48ff4a594f6a2a2f86e86213d65a6b08
win32_capture.c: Ignore unnamed data stream of reparse point

This data will not be archived; only the reparse data will.  So there's
no need to create a 'struct wim_lookup_table_entry' for it.

If a reparse point had an unnamed data stream, the assertion introduced
in commit 321750354891a0968ca0c3664417eae73b9414aa would be triggered.
This is just as well, because this case wasn't being handled in the most
logical way.
src/win32_capture.c