From: Amos Jeffries Date: Wed, 9 Sep 2015 17:02:35 +0000 (-0700) Subject: Remove needless validity check X-Git-Tag: SQUID_4_0_1~21^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5ff50ed7787716aa40abfce76a6942052f8a1cc;p=thirdparty%2Fsquid.git Remove needless validity check --- diff --git a/src/auth/CredentialsCache.cc b/src/auth/CredentialsCache.cc index 17d8c6ba3e..214a45d0c6 100644 --- a/src/auth/CredentialsCache.cc +++ b/src/auth/CredentialsCache.cc @@ -40,9 +40,6 @@ public: } virtual void syncConfig() override { - if (!whichCache.valid()) - return; - debugs(29, 5, "Reconfiguring username cache: " << name); whichCache->doConfigChangeCleanup(); }