mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
src: dotnet: FileSystemHost.GetSecurityByName: handle STATUS_REPARSE
This commit is contained in:
parent
d70c49ccd0
commit
0ebae0adc1
@ -306,7 +306,7 @@ namespace Fsp
|
||||
FileName,
|
||||
out FileAttributes,
|
||||
ref SecurityDescriptorBytes);
|
||||
if (0 <= Result)
|
||||
if (0 <= Result && 260/*STATUS_REPARSE*/ != Result)
|
||||
{
|
||||
if (IntPtr.Zero != PFileAttributes)
|
||||
Marshal.WriteInt32(PFileAttributes, (Int32)FileAttributes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user