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
parent 80333512b4
commit 7b7d65afca

View File

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