From e79a48857bd16275ccd663bc94c5541776356ae0 Mon Sep 17 00:00:00 2001 From: Frederic Bourgeois Date: Mon, 28 May 2012 00:35:37 -0600 Subject: [PATCH] Bug 3526: digest authentication crash --- src/auth/digest/auth_digest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index 70f69240f0..ff3d0498e2 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -185,6 +185,7 @@ authenticateDigestNonceNew(void) while ((temp = authenticateDigestNonceFindNonce((char const *) (newnonce->key)))) { /* create a new nonce */ newnonce->noncedata.randomdata = squid_random(); + newnonce->noncedata.creationtime = current_time.tv_sec; authDigestNonceEncode(newnonce); } -- 2.47.2