From 20dd4f97943617e37f05c377487bb583b35cc2cd Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 7 Dec 2020 13:26:02 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Remi Gacogne --- pdns/rec-lua-conf.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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<