From: Automatic source maintenance Date: Sun, 23 Oct 2011 00:16:42 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take01~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b692311b8ad4b7622c0a330762a76c2c61e8f1c1;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/Server.cc b/src/Server.cc index 54e1a2d8df..754c49a525 100644 --- a/src/Server.cc +++ b/src/Server.cc @@ -217,11 +217,11 @@ bool ServerStateData::doneAll() const { return doneWithServer() && #if USE_ADAPTATION - doneWithAdaptation() && - Adaptation::Initiator::doneAll() && - BodyProducer::doneAll() && + doneWithAdaptation() && + Adaptation::Initiator::doneAll() && + BodyProducer::doneAll() && #endif - BodyConsumer::doneAll(); + BodyConsumer::doneAll(); } // FTP side overloads this to work around multiple calls to fwd->complete