--------------------- PatchSet 2003 Date: 2001/04/20 10:07:10 Author: rbcollins Branch: ntlm Tag: (none) Log: bugfix for reauth code Members: src/acl.c:1.1.1.3.12.51->1.1.1.3.12.52 Index: squid/src/acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/acl.c,v retrieving revision 1.1.1.3.12.51 retrieving revision 1.1.1.3.12.52 diff -u -r1.1.1.3.12.51 -r1.1.1.3.12.52 --- squid/src/acl.c 20 Apr 2001 09:46:40 -0000 1.1.1.3.12.51 +++ squid/src/acl.c 20 Apr 2001 10:07:10 -0000 1.1.1.3.12.52 @@ -1,6 +1,6 @@ /* - * $Id: acl.c,v 1.1.1.3.12.51 2001/04/20 09:46:40 rbcollins Exp $ + * $Id: acl.c,v 1.1.1.3.12.52 2001/04/20 10:07:10 rbcollins Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -1254,6 +1254,8 @@ authenticateAuthUserRequestUnlock(checklist->conn->auth_user_request); /* mark the conn as non-authed. */ checklist->conn->auth_user_request=NULL; + /* Set the connection auth type */ + checklist->conn->auth_type = AUTH_UNKNOWN; }