--------------------- PatchSet 1998 Date: 2001/04/20 09:46:40 Author: rbcollins Branch: ntlm Tag: (none) Log: add consistency check to reauth code Members: src/acl.c:1.1.1.3.12.50->1.1.1.3.12.51 Index: squid/src/acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/acl.c,v retrieving revision 1.1.1.3.12.50 retrieving revision 1.1.1.3.12.51 diff -u -r1.1.1.3.12.50 -r1.1.1.3.12.51 --- squid/src/acl.c 20 Apr 2001 09:43:34 -0000 1.1.1.3.12.50 +++ squid/src/acl.c 20 Apr 2001 09:46:40 -0000 1.1.1.3.12.51 @@ -1,6 +1,6 @@ /* - * $Id: acl.c,v 1.1.1.3.12.50 2001/04/20 09:43:34 rbcollins Exp $ + * $Id: acl.c,v 1.1.1.3.12.51 2001/04/20 09:46:40 rbcollins Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -1248,6 +1248,8 @@ * reauth. */ + /* This should _only_ ever occur on the first pass through aclMatchProxyAuth */ + assert(auth_user_request); /* unlock the conn lock on the auth_user_request */ authenticateAuthUserRequestUnlock(checklist->conn->auth_user_request); /* mark the conn as non-authed. */