]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Mar 2012 01:41:08 +0000 (18:41 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Mar 2012 01:41:08 +0000 (18:41 -0700)
src/store_dir.cc

index 2d503c84b929906d8b62ebd7f90139597333cfc2..93f3f9438091fbedf170a7656012a60839421b69 100644 (file)
@@ -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 {