From: Otto Moerbeek Date: Mon, 7 Dec 2020 12:26:02 +0000 (+0100) Subject: Apply suggestions from code review X-Git-Tag: rec-4.5.0-alpha1~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9670%2Fhead;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Remi Gacogne --- diff --git a/pdns/rec-lua-conf.cc b/pdns/rec-lua-conf.cc index b6edf6b207..7532c8a487 100644 --- a/pdns/rec-lua-conf.cc +++ b/pdns/rec-lua-conf.cc @@ -250,7 +250,7 @@ static void rpzPrimary(LuaConfigItems& lci, luaConfigDelayedThreads& delayedThre if(have.count("refresh")) { refresh = boost::get(have["refresh"]); if (refresh == 0) { - g_log<