secur32: Removed superflous NULL check (Coverity).

oldstable
Marcus Meissner 2014-07-22 09:02:32 +02:00 committed by Alexandre Julliard
parent 96d845aa46
commit 877f1a759e
1 changed files with 0 additions and 6 deletions

View File

@ -1171,12 +1171,6 @@ SECURITY_STATUS SEC_ENTRY ntlm_AcceptSecurityContext(
goto asc_end;
}
if(!phContext)
{
ret = SEC_E_INVALID_HANDLE;
goto asc_end;
}
helper = (PNegoHelper)phContext->dwLower;
if(helper->mode != NTLM_SERVER)