--------------------- PatchSet 1082 Date: 2001/01/05 06:31:44 Author: rbcollins Branch: auth_digest Tag: (none) Log: = != == Members: src/auth/digest/auth_digest.c:1.1.2.10->1.1.2.11 Index: squid/src/auth/digest/auth_digest.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/digest/auth_digest.c,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -r1.1.2.10 -r1.1.2.11 --- squid/src/auth/digest/auth_digest.c 5 Jan 2001 03:44:58 -0000 1.1.2.10 +++ squid/src/auth/digest/auth_digest.c 5 Jan 2001 06:31:44 -0000 1.1.2.11 @@ -281,7 +281,7 @@ { if (!nonce) return -1; - if (nonce->nc=99999997) + if (nonce->nc==99999997) { debug (29,6)("authDigestNoncelastRequest: Nonce count about to overflow\n"); return 0;