--------------------- PatchSet 7184 Date: 2005/11/30 22:07:58 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: Changed "#ifdef ICAP_PROXY_KEEP_ALIVE" to "#if ICAP_PROXY_KEEP_ALIVE" because #ifdef returns true when ICAP_PROXY_KEEP_ALIVE is set to 0. Members: src/icap_reqmod.c:1.1.2.55->1.1.2.56 Index: squid/src/icap_reqmod.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_reqmod.c,v retrieving revision 1.1.2.55 retrieving revision 1.1.2.56 diff -u -r1.1.2.55 -r1.1.2.56 --- squid/src/icap_reqmod.c 30 Nov 2005 21:52:15 -0000 1.1.2.55 +++ squid/src/icap_reqmod.c 30 Nov 2005 22:07:58 -0000 1.1.2.56 @@ -1,6 +1,6 @@ /* - * $Id: icap_reqmod.c,v 1.1.2.55 2005/11/30 21:52:15 dwsquid Exp $ + * $Id: icap_reqmod.c,v 1.1.2.56 2005/11/30 22:07:58 dwsquid Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -109,7 +109,7 @@ http->request = requestLink(request ? request : icap->request); http->flags.did_icap_reqmod = 1; http->start = icap->reqmod.start; -#ifdef ICAP_PROXY_KEEP_ALIVE +#if ICAP_PROXY_KEEP_ALIVE /* * Here it is possible becouse we are using as client_cookie the original http->conn * if we will keep this code we must declare an icap->conn field........