From: wessels <> Date: Sat, 9 Nov 1996 00:51:46 +0000 (+0000) Subject: handler foobar X-Git-Tag: SQUID_3_0_PRE1~5491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6fa3bb970ed40bc8e2b7d9ede02a59db97aa3d6;p=thirdparty%2Fsquid.git handler foobar --- diff --git a/src/client_side.cc b/src/client_side.cc index f2db2094a5..a4ec123796 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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; }