--------------------- PatchSet 2710 Date: 2001/08/03 08:22:54 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: fix regression with blank password attempts Members: src/authenticate.c:1.1.1.3.12.17.2.46->1.1.1.3.12.17.2.47 Index: squid/src/authenticate.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/authenticate.c,v retrieving revision 1.1.1.3.12.17.2.46 retrieving revision 1.1.1.3.12.17.2.47 diff -u -r1.1.1.3.12.17.2.46 -r1.1.1.3.12.17.2.47 --- squid/src/authenticate.c 2 Aug 2001 14:42:40 -0000 1.1.1.3.12.17.2.46 +++ squid/src/authenticate.c 3 Aug 2001 08:22:54 -0000 1.1.1.3.12.17.2.47 @@ -1,6 +1,6 @@ /* - * $Id: authenticate.c,v 1.1.1.3.12.17.2.46 2001/08/02 14:42:40 rbcollins Exp $ + * $Id: authenticate.c,v 1.1.1.3.12.17.2.47 2001/08/03 08:22:54 rbcollins Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -493,6 +493,7 @@ /* unlock the ACL reference. */ authenticateAuthUserRequestUnlock(*auth_user_request); } + *auth_user_request = NULL; return AUTH_ACL_CHALLENGE; } /* the user_request comes prelocked for the caller to GetAuthUser (us) */