fixed ASSERT statement, thanks to blight for pointing it out

svn path=/trunk/; revision=13188
This commit is contained in:
Thomas Bluemel 2005-01-21 17:17:13 +00:00
parent 27c9d50d1d
commit a016befb78

View file

@ -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)
{