https://git.reactos.org/?p=reactos.git;a=commitdiff;h=aa59e3ad001333e885c1acbca33699570374d7c0

commit aa59e3ad001333e885c1acbca33699570374d7c0
Author:     George Bișoc <[email protected]>
AuthorDate: Sat Jul 3 18:22:45 2021 +0200
Commit:     George Bișoc <[email protected]>
CommitDate: Sun Jul 4 11:02:05 2021 +0200

    [NPFS] The function call expects a pool type value, not a boolean value
---
 drivers/filesystems/npfs/seinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/filesystems/npfs/seinfo.c 
b/drivers/filesystems/npfs/seinfo.c
index 1678ef27afa..78cd2e4a2e8 100644
--- a/drivers/filesystems/npfs/seinfo.c
+++ b/drivers/filesystems/npfs/seinfo.c
@@ -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;
 

Reply via email to