From a9ef0a6a687a5cb9c424e14adc45e614da084bf5 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 18 Jul 2009 21:36:07 -0600 Subject: [PATCH] Fix Portage typo in b9062 --- src/client_side_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2