secur32: Remove duplicate check.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov 2022-05-31 10:33:09 +03:00 committed by Alexandre Julliard
parent abf8ba51b6
commit 8920ad75e3

View file

@ -961,7 +961,7 @@ static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW(
alloc_buffer.pvBuffer = NULL;
}
}
else if (pOutput && pOutput->cBuffers)
else
{
pOutput->pBuffers[0].cbBuffer = 0;
}