fixing bustage

git-svn-id: svn://10.0.0.236/trunk@171195 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2005-03-25 04:26:04 +00:00
parent 189e05721f
commit 44dadbe0cc

View File

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