]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Guido Serassio discovered missing pointer in aclNBCheck declaration.
authorwessels <>
Fri, 3 Aug 2001 22:54:51 +0000 (22:54 +0000)
committerwessels <>
Fri, 3 Aug 2001 22:54:51 +0000 (22:54 +0000)
src/acl.cc

index 88bb6633ab96dc07b61a816bc058f80422420eb0..fdcc53e3e941c63061d790e7834e2c7f0b1f2620 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: acl.cc,v 1.256 2001/08/03 15:13:03 adrian Exp $
+ * $Id: acl.cc,v 1.257 2001/08/03 16:54:51 wessels Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -1960,7 +1960,7 @@ aclChecklistCreate(const acl_access * A, request_t * request, const char *ident)
 }
 
 void
-aclNBCheck(aclCheck_t * checklist, PF callback, void *callback_data)
+aclNBCheck(aclCheck_t * checklist, PF callback, void *callback_data)
 {
     checklist->callback = callback;
     checklist->callback_data = callback_data;