diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index 3140ae1b..cc7976a8 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -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;