From: Source Maintenance Date: Sat, 10 Dec 2016 06:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ac279f3f89470a860bdeace7382d9cada2fc4e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index b62ec8546d..0c331b6f4f 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1861,8 +1861,8 @@ dump_AuthSchemes(StoreEntry *entry, const char *name, acl_access *authSchemes) { if (authSchemes) dump_SBufList(entry, authSchemes->treeDump(name, [](const allow_t &action) { - return Config.authSchemesConfigs.at(action.kind).rawSchemes; - })); + return Config.authSchemesConfigs.at(action.kind).rawSchemes; + })); } #endif /* USE_AUTH */