landing patch for bug 114451 "digest auth nonce count not updated properly" patch by avva@livejournal.com r+sr=darin

This commit is contained in:
darin%meer.net 2004-01-29 00:10:32 +00:00
Родитель 80333512b4
Коммит 7b7d65afca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1958,7 +1958,7 @@ nsHttpChannel::GenCredsAndSetEntry(nsIHttpAuthenticator *auth,
rv = authCache->SetAuthEntry(host, port, directory, realm,
saveCreds ? *result : nsnull,
saveChallenge ? challenge : nsnull,
ident, ss);
ident, sessionState);
return rv;
}