From: Automatic source maintenance Date: Thu, 8 Mar 2012 01:41:08 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take08~21^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3cd2e8187fbe863f3c9ccc33b4c0fef5ddef115;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 2d503c84b9..93f3f94380 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -791,8 +791,7 @@ StoreController::handleIdleEntry(StoreEntry &e) // have a dedicated storage for them (that would not purge them). // They are not managed [well] by any specific Store handled below. keepInLocalMemory = true; - } else - if (memStore) { + } else if (memStore) { memStore->considerKeeping(e); // leave keepInLocalMemory false; memStore maintains its own cache } else {