--------------------- PatchSet 5983 Date: 2003/10/18 12:14:15 Author: hno Branch: icap_streaming-2_5 Tag: (none) Log: Fix some small typos Members: src/forward.c:1.13.6.4.2.1->1.13.6.4.2.2 Index: squid/src/forward.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/forward.c,v retrieving revision 1.13.6.4.2.1 retrieving revision 1.13.6.4.2.2 diff -u -r1.13.6.4.2.1 -r1.13.6.4.2.2 --- squid/src/forward.c 15 Oct 2003 12:27:51 -0000 1.13.6.4.2.1 +++ squid/src/forward.c 18 Oct 2003 12:14:15 -0000 1.13.6.4.2.2 @@ -1,6 +1,6 @@ /* - * $Id: forward.c,v 1.13.6.4.2.1 2003/10/15 12:27:51 hno Exp $ + * $Id: forward.c,v 1.13.6.4.2.2 2003/10/18 12:14:15 hno Exp $ * * DEBUG: section 17 Request Forwarding * AUTHOR: Duane Wessels @@ -479,7 +479,9 @@ assert(entry->lock_count); EBIT_SET(entry->flags, ENTRY_DISPATCHED); netdbPingSite(request->host); - icapRespmodPreCache(entry, fwdstate); +#if USE_ICAP + icapRespmodPreCache(entry, fwdState); +#endif /* * Assert that server_fd is set. This is to guarantee that fwdState * is attached to something and will be deallocated when server_fd