From 7b7d65afca14557d2a1968555eddabce5646a75f Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 29 Jan 2004 00:10:32 +0000 Subject: [PATCH] landing patch for bug 114451 "digest auth nonce count not updated properly" patch by avva@livejournal.com r+sr=darin --- netwerk/protocol/http/src/nsHttpChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/protocol/http/src/nsHttpChannel.cpp b/netwerk/protocol/http/src/nsHttpChannel.cpp index 931c4a1eac0b..6177e77e5f9a 100644 --- a/netwerk/protocol/http/src/nsHttpChannel.cpp +++ b/netwerk/protocol/http/src/nsHttpChannel.cpp @@ -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; }