From: Source Maintenance Date: Fri, 9 Dec 2016 00:12:16 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~344 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f42a85acfb06ac79dc7bbbe380d9464af9990d9d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 95cb33e14e..4e2e669549 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -4651,8 +4651,8 @@ static void dump_sslproxy_ssl_bump(StoreEntry *entry, const char *name, acl_acce { if (ssl_bump) dump_SBufList(entry, ssl_bump->treeDump(name, [](const allow_t &action) { - return Ssl::BumpModeStr.at(action.kind); - })); + return Ssl::BumpModeStr.at(action.kind); + })); } static void free_sslproxy_ssl_bump(acl_access **ssl_bump) @@ -4937,7 +4937,7 @@ dump_on_unsupported_protocol(StoreEntry *entry, const char *name, acl_access *ac }; if (access) { SBufList lines = access->treeDump(name, [](const allow_t &action) { - return onErrorTunnelMode.at(action.kind); + return onErrorTunnelMode.at(action.kind); }); dump_SBufList(entry, lines); }