mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
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:
parent
80333512b4
commit
7b7d65afca
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user