Commit c8c7bf61 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

secur32: Make AcceptSecurityContext behaviour consistent with Windows.

parent bf686702
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment