1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 11:08:37 -05:00

tst: memfs-dotnet: reparse points testing

This commit is contained in:
Bill Zissimopoulos
2017-05-07 17:12:08 -07:00
parent eea0b1bc79
commit 9f78a17583

View File

@@ -907,7 +907,7 @@ namespace memfs
return STATUS_NOT_A_REPARSE_POINT;
FileNode.FileInfo.FileAttributes &= ~(UInt32)FileAttributes.ReparsePoint;
FileNode.FileInfo.ReparseTag = GetReparseTag(ReparseData);
FileNode.FileInfo.ReparseTag = 0;
FileNode.ReparseData = null;
return STATUS_SUCCESS;