mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 13:02:10 -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,
|
ModificationDescriptor,
|
||||||
&InputDescriptor,
|
&InputDescriptor,
|
||||||
&FspFileGenericMapping,
|
&FspFileGenericMapping,
|
||||||
AccessToken))
|
0))
|
||||||
{
|
{
|
||||||
HeapFree(ProcessHeap, 0, CopiedDescriptor);
|
HeapFree(ProcessHeap, 0, CopiedDescriptor);
|
||||||
return FspNtStatusFromWin32(GetLastError());
|
return FspNtStatusFromWin32(GetLastError());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user