Index: src/icp.c =================================================================== RCS file: /surf1/CVS/squid/src/icp.c,v retrieving revision 1.116 retrieving revision 1.117 diff -w -c -r1.116 -r1.117 *** icp.c 1996/09/18 21:39:34 1.116 --- icp.c 1996/09/19 05:12:57 1.117 *************** *** 1,6 **** /* ! * $Id: icp.c,v 1.116 1996/09/18 21:39:34 wessels Exp $ * * DEBUG: section 12 Client Handling * AUTHOR: Harvest Derived --- 1,6 ---- /* ! * $Id: icp.c,v 1.117 1996/09/19 05:12:57 wessels Exp $ * * DEBUG: section 12 Client Handling * AUTHOR: Harvest Derived *************** *** 276,282 **** icpState->log_type); if (icpState->ident_fd) comm_close(icpState->ident_fd); ! checkFailureRatio(icpState->log_type, hierData->code); safe_free(icpState->inbuf); meta_data.misc -= icpState->inbufsize; safe_free(icpState->url); --- 276,283 ---- icpState->log_type); if (icpState->ident_fd) comm_close(icpState->ident_fd); ! checkFailureRatio(icpState->log_type, ! hierData ? hierData->code : HIER_NONE); safe_free(icpState->inbuf); meta_data.misc -= icpState->inbufsize; safe_free(icpState->url);