From: serassio <> Date: Sun, 16 Oct 2005 20:52:52 +0000 (+0000) Subject: Bug #1205: Assertion during user authentication X-Git-Tag: SQUID_3_0_PRE4~586 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26473273a0d8afa7b6d6e9b9e29e8cb855c0013c;p=thirdparty%2Fsquid.git Bug #1205: Assertion during user authentication Allow basic authentication to work. --- diff --git a/src/ACLChecklist.cc b/src/ACLChecklist.cc index 4c13356f58..b81ed6ce5b 100644 --- a/src/ACLChecklist.cc +++ b/src/ACLChecklist.cc @@ -1,5 +1,5 @@ /* - * $Id: ACLChecklist.cc,v 1.26 2005/04/18 21:52:41 hno Exp $ + * $Id: ACLChecklist.cc,v 1.27 2005/10/16 14:52:52 serassio Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -70,11 +70,6 @@ ACLChecklist::authenticated() case AUTH_AUTHENTICATED: - if (auth_user_request) { - auth_user_request->unlock(); - auth_user_request = NULL; - } - return 1; break;