From: Automatic source maintenance Date: Tue, 21 Feb 2012 02:00:15 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take05~12^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbf706ff64f058f8d5bf4997b18d4af748d006bf;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/forward.cc b/src/forward.cc index e89361ad6c..e78081b5fa 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -877,7 +877,7 @@ FwdState::connectStart() // closed the connection that failed the race. And re-pinning assumes this. if (pconnRace != raceHappened) temp = fwdPconnPool->pop(serverDestinations[0], host, checkRetriable()); - + const bool openedPconn = Comm::IsConnOpen(temp); pconnRace = openedPconn ? racePossible : raceImpossible;