secur32: Make AcceptSecurityContext behaviour consistent with Windows.
This commit is contained in:
parent
bf6867024c
commit
c8c7bf61ad
|
@ -875,7 +875,7 @@ static SECURITY_STATUS SEC_ENTRY ntlm_AcceptSecurityContext(
|
|||
return SEC_E_INVALID_TOKEN;
|
||||
}
|
||||
}
|
||||
|
||||
pOutput->pBuffers[0].cbBuffer = 0;
|
||||
ret = SEC_E_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue