fixing bustage

This commit is contained in:
darin%meer.net 2005-08-09 23:06:51 +00:00
parent ea4d4c8645
commit dc2da62231

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