From: Automatic source maintenance Date: Sat, 7 May 2011 06:21:18 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_12_2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e742aa01ec099ae24fbb7f039bb9462830607773;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/forward.cc b/src/forward.cc index f85db3bcb1..4edb762b6f 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -838,7 +838,7 @@ FwdState::connectStart() fail(anErr); self = NULL; // refcounted return; - } + } request->flags.pinned = 0; if (fs->code == PINNED) { diff --git a/src/structs.h b/src/structs.h index 945c88911e..68a0d1724c 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1015,8 +1015,7 @@ struct _iostats { struct request_flags { - request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0) -{ + request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0) { #if HTTP_VIOLATIONS nocache_hack = 0; #endif