From: hno <> Date: Thu, 3 Oct 2002 15:47:58 +0000 (+0000) Subject: Oops.. the last change was almost complete.. X-Git-Tag: SQUID_3_0_PRE1~711 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9976afa67d447d754b3d04d9db2b461b8c5b00f3;p=thirdparty%2Fsquid.git Oops.. the last change was almost complete.. --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index 9ea25fe631..8d28cba7ae 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.12 2002/10/03 06:45:53 hno Exp $ + * $Id: client_side_reply.cc,v 1.13 2002/10/03 09:47:58 hno Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -1504,7 +1504,7 @@ clientSendMoreData(void *data, StoreIOBuffer result) 3) ("clientSendMoreData: Appending %d bytes after %d bytes of headers\n", (int) body_size, rep->hdr_sz); - ch = clientAclChecklistCreate(Config.accessList.reply, http->request, NULL); + ch = clientAclChecklistCreate(Config.accessList.reply, http); ch->reply = rep; rv = aclCheckFast(Config.accessList.reply, ch); aclChecklistFree(ch);