From: Amos Jeffries Date: Sun, 19 Jul 2009 03:36:07 +0000 (-0600) Subject: Fix Portage typo in b9062 X-Git-Tag: SQUID_3_0_STABLE17~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ef0a6a687a5cb9c424e14adc45e614da084bf5;p=thirdparty%2Fsquid.git Fix Portage typo in b9062 --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index d39ec6a830..895dac03df 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -639,7 +639,7 @@ clientReplyContext::processMiss() /// Deny loops for accelerator and interceptor. TODO: deny in all modes? if (r->flags.loopdetect && - (http->flags.accel || http->flags.intercepted)) { + (http->flags.accel || http->flags.transparent)) { http->al.http.code = HTTP_FORBIDDEN; err = clientBuildError(ERR_ACCESS_DENIED, HTTP_FORBIDDEN, NULL,