--------------------- PatchSet 10655 Date: 2008/07/16 11:43:01 Author: adri Branch: delay_pool_write Tag: (none) Log: Fix up compile Members: src/client_side.c:1.236.2.2->1.236.2.3 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.236.2.2 retrieving revision 1.236.2.3 diff -u -r1.236.2.2 -r1.236.2.3 --- squid/src/client_side.c 16 Jul 2008 11:06:17 -0000 1.236.2.2 +++ squid/src/client_side.c 16 Jul 2008 11:43:01 -0000 1.236.2.3 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.236.2.2 2008/07/16 11:06:17 adri Exp $ + * $Id: client_side.c,v 1.236.2.3 2008/07/16 11:43:01 adri Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -2879,6 +2879,7 @@ #if DELAY_POOLS /* Write-side Delay Pools: -reply- ACL matching */ http->delayid = delayClientReply(http); +#endif if (http->log_type != LOG_TCP_DENIED && clientReplyBodyTooLarge(http, rep->content_length)) { ErrorState *err = errorCon(ERR_TOO_BIG, HTTP_FORBIDDEN, http->orig_request);