]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Must call cbdataReferenceDone on the ident_lookup list
authorwessels <>
Wed, 31 Aug 2005 23:21:58 +0000 (23:21 +0000)
committerwessels <>
Wed, 31 Aug 2005 23:21:58 +0000 (23:21 +0000)
src/client_side.cc

index ab522990f445f857c62fa090dec5f966aa6c0433..5f740570cbeb42ec3c82d7d2775111068dbc456d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.688 2005/08/25 19:30:01 wessels Exp $
+ * $Id: client_side.cc,v 1.689 2005/08/31 17:21:58 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -2869,6 +2869,8 @@ httpAccept(int sock, int newfd, ConnectionDetail *details,
     if (identChecklist.fastCheck())
         identStart(&details->me, &details->peer, clientIdentDone, connState);
 
+    cbdataReferenceDone(identChecklist.accessList);
+
     identChecklist.accessList = NULL;
 
 #endif