]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
handler foobar
authorwessels <>
Sat, 9 Nov 1996 00:51:46 +0000 (00:51 +0000)
committerwessels <>
Sat, 9 Nov 1996 00:51:46 +0000 (00:51 +0000)
src/client_side.cc

index f2db2094a5bbf19e5c451e86e412dcee44a0d83f..a4ec123796bbab9645e933d5037bc403516ed72f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.61 1996/11/08 00:46:42 wessels Exp $
+ * $Id: client_side.cc,v 1.62 1996/11/08 17:51:46 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -109,6 +109,7 @@ clientAccessCheck(icpStateData * icpState, void (*handler) (icpStateData *, int)
     char *browser = NULL;
 
     if (Config.identLookup && icpState->ident.state == IDENT_NONE) {
+        icpState->aclHandler = handler;
         identStart(-1, icpState, clientLookupIdentDone);
        return;
     }