mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NPFS] The function call expects a pool type value, not a boolean value
This commit is contained in:
parent
ff0a325116
commit
aa59e3ad00
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ NpCommonSetSecurityInfo(IN PDEVICE_OBJECT DeviceObject,
|
|||
&IoStack->Parameters.SetSecurity.SecurityInformation,
|
||||
IoStack->Parameters.SetSecurity.SecurityDescriptor,
|
||||
&TempSecurityDescriptor,
|
||||
TRUE,
|
||||
PagedPool,
|
||||
IoGetFileObjectGenericMapping());
|
||||
if (!NT_SUCCESS(Status)) return Status;
|
||||
|
||||
|
|
Loading…
Reference in a new issue