mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fixed ASSERT statement, thanks to blight for pointing it out
svn path=/trunk/; revision=13188
This commit is contained in:
parent
27c9d50d1d
commit
a016befb78
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
|
||||||
NTSTATUS Status = STATUS_SUCCESS;
|
NTSTATUS Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
/* at least one output parameter must be != NULL! */
|
/* 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)
|
if(ObjectAttributes == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue