From 9f78a175834e3cd8ebf616e1fac69ed31eeb4066 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 7 May 2017 17:12:08 -0700 Subject: [PATCH] tst: memfs-dotnet: reparse points testing --- tst/memfs-dotnet/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;