mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
dll: FspSetSecurityDescriptor: turns out that the AccessToken is not needed
This commit is contained in:
parent
0b61c48cd6
commit
418c454a4a
@ -444,7 +444,7 @@ FSP_API NTSTATUS FspSetSecurityDescriptor(
|
||||
ModificationDescriptor,
|
||||
&InputDescriptor,
|
||||
&FspFileGenericMapping,
|
||||
AccessToken))
|
||||
0))
|
||||
{
|
||||
HeapFree(ProcessHeap, 0, CopiedDescriptor);
|
||||
return FspNtStatusFromWin32(GetLastError());
|
||||
|
Loading…
x
Reference in New Issue
Block a user