| Index: net/http/http_auth_handler_ntlm_portable.cc
|
| diff --git a/net/http/http_auth_handler_ntlm_portable.cc b/net/http/http_auth_handler_ntlm_portable.cc
|
| index 237e33a9825efe6a9885bdb2abfe286fa673e558..0c706117e1113dd95ad1d5203659fb85456d6a00 100644
|
| --- a/net/http/http_auth_handler_ntlm_portable.cc
|
| +++ b/net/http/http_auth_handler_ntlm_portable.cc
|
| @@ -561,7 +561,7 @@ static int GenerateType3Msg(const base::string16& domain,
|
| base::MD5Sum(temp, 16, &session_hash);
|
|
|
| NTLM_Hash(password, ntlm_hash);
|
| - LM_Response(ntlm_hash, session_hash.a, ntlm_resp);
|
| + LM_Response(ntlm_hash, session_hash, ntlm_resp);
|
| } else {
|
| NTLM_Hash(password, ntlm_hash);
|
| LM_Response(ntlm_hash, msg.challenge, ntlm_resp);
|
|
|