secur32: Make AcceptSecurityContext behaviour consistent with Windows.

This commit is contained in:
Kai Blin 2006-08-14 11:08:29 +02:00 committed by Alexandre Julliard
parent bf6867024c
commit c8c7bf61ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}