mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fixing bustage
This commit is contained in:
parent
ea4d4c8645
commit
dc2da62231
@ -143,7 +143,7 @@ nsHttpNegotiateAuth::ChallengeReceived(nsIHttpChannel *httpChannel,
|
||||
httpInternal->GetProxyInfo(getter_AddRefs(proxyInfo));
|
||||
NS_ENSURE_STATE(proxyInfo);
|
||||
|
||||
service = proxyInfo->Host();
|
||||
proxyInfo->GetHost(service);
|
||||
}
|
||||
else {
|
||||
PRBool allowed = TestPref(uri, kNegotiateAuthTrustedURIs);
|
||||
|
Loading…
Reference in New Issue
Block a user