mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 03:28:38 -05:00 
			
		
		
		
	tst: memfs-dotnet: reparse points testing
This commit is contained in:
		| @@ -907,7 +907,7 @@ namespace memfs | |||||||
|                 return STATUS_NOT_A_REPARSE_POINT; |                 return STATUS_NOT_A_REPARSE_POINT; | ||||||
|  |  | ||||||
|             FileNode.FileInfo.FileAttributes &= ~(UInt32)FileAttributes.ReparsePoint; |             FileNode.FileInfo.FileAttributes &= ~(UInt32)FileAttributes.ReparsePoint; | ||||||
|             FileNode.FileInfo.ReparseTag = GetReparseTag(ReparseData); |             FileNode.FileInfo.ReparseTag = 0; | ||||||
|             FileNode.ReparseData = null; |             FileNode.ReparseData = null; | ||||||
|  |  | ||||||
|             return STATUS_SUCCESS; |             return STATUS_SUCCESS; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user