]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix Portage typo in b9062
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 19 Jul 2009 03:36:07 +0000 (21:36 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 19 Jul 2009 03:36:07 +0000 (21:36 -0600)
src/client_side_reply.cc

index d39ec6a830a005aea63ca396c6265f9f3dbe85ac..895dac03dfabb84144bff840515291536479c543 100644 (file)
@@ -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,