Merge pull request #18 from Microsoft/wim_multi

Fix multiple calls to img.Open
This commit is contained in:
John Starks
2016-04-18 15:16:11 -07:00
+1
View File
@@ -553,6 +553,7 @@ func (r *Reader) readSecurityDescriptors(rsrc io.Reader) (sds [][]byte, n int64,
return
}
n = secsize
return
}