]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1205: Assertion during user authentication
authorserassio <>
Sun, 16 Oct 2005 20:52:52 +0000 (20:52 +0000)
committerserassio <>
Sun, 16 Oct 2005 20:52:52 +0000 (20:52 +0000)
Allow basic authentication to work.

src/ACLChecklist.cc

index 4c13356f58f0b5f8f83268a0710971bf6b4a6298..b81ed6ce5b6908da4784b4d79a8b546a5a5fd8ee 100644 (file)
@@ -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;