- Remove unneeded else-branch, spotted by Dmitry Philippov.

svn path=/trunk/; revision=31361
This commit is contained in:
Aleksey Bragin 2007-12-20 19:04:52 +00:00
parent a9853e5a80
commit c0c897289a

View file

@ -203,11 +203,6 @@ LpcRequestWaitReplyPort(IN PVOID PortObject,
/* Then it's a callback */
Callback = TRUE;
}
else if (LpcpGetMessageType(LpcRequest))
{
/* This is a not kernel-mode message */
return STATUS_INVALID_PARAMETER;
}
else
{
/* This is a kernel-mode message without a callback */