Skip to content
Snippets Groups Projects
Commit c8c7bf61 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard
Browse files

secur32: Make AcceptSecurityContext behaviour consistent with Windows.

parent bf686702
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment