]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. the last change was almost complete..
authorhno <>
Thu, 3 Oct 2002 15:47:58 +0000 (15:47 +0000)
committerhno <>
Thu, 3 Oct 2002 15:47:58 +0000 (15:47 +0000)
src/client_side_reply.cc

index 9ea25fe6311441385fc2f8fe4911d8c59e997bea..8d28cba7ae2ac925634d363627c5c894c14b540b 100644 (file)
@@ -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);