This commit is contained in:
darin%meer.net 2005-08-09 23:06:51 +00:00
Родитель 7f51fa38e7
Коммит e4976b96fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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