mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fixed ASSERT statement, thanks to blight for pointing it out
svn path=/trunk/; revision=13188
This commit is contained in:
@@ -51,7 +51,7 @@ ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
/* at least one output parameter must be != NULL! */
|
||||
ASSERT((ULONG_PTR)SecureObjectInformation ^ (ULONG_PTR)ObjectName != 0);
|
||||
ASSERT((ULONG_PTR)CapturedObjectAttributes ^ (ULONG_PTR)ObjectName != 0);
|
||||
|
||||
if(ObjectAttributes == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user