From: wessels <> Date: Wed, 14 Dec 2005 06:37:39 +0000 (+0000) Subject: Just a little cleanup of an ICAP_CLIENT ifdef X-Git-Tag: SQUID_3_0_PRE4~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30398be3dc66140d3472807cd77d1422d6a3eb53;p=thirdparty%2Fsquid.git Just a little cleanup of an ICAP_CLIENT ifdef --- diff --git a/src/http.cc b/src/http.cc index 85ed132df1..93217a8265 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.471 2005/12/08 20:08:46 wessels Exp $ + * $Id: http.cc,v 1.472 2005/12/13 23:37:39 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -1325,19 +1325,14 @@ HttpStateData::transactionComplete() #if ICAP_CLIENT if (icap) { icap->doneSending(); - } else { + return; + } #endif - fwdComplete(fwd); - - httpStateFree(-1, this); - -#if ICAP_CLIENT - - } + fwdComplete(fwd); -#endif + httpStateFree(-1, this); } /*