]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Merge conflict
authorhno <>
Fri, 20 Jun 2003 01:56:11 +0000 (01:56 +0000)
committerhno <>
Fri, 20 Jun 2003 01:56:11 +0000 (01:56 +0000)
src/auth/digest/auth_digest.cc

index 71382805b66abf65607f8d71a8ffdfefb736fa77..93b61fc123c37649691c10725775fe22cdd24be0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: auth_digest.cc,v 1.23 2003/06/19 18:57:00 hno Exp $
+ * $Id: auth_digest.cc,v 1.24 2003/06/19 19:56:11 hno Exp $
  *
  * DEBUG: section 29    Authenticator
  * AUTHOR: Robert Collins
@@ -760,7 +760,7 @@ digest_request_h::direction()
 
     case Failed:
 
-        if (digest_request->flags.nonce_stale)
+        if (flags.nonce_stale)
             /* nonce is stale, send new challenge */
             return 1;