From: Pieter Lexis Date: Wed, 14 Oct 2020 11:05:04 +0000 (+0200) Subject: Update pdns/lua-record.cc X-Git-Tag: auth-4.4.0-alpha2~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51a4e45172acf6cd52fa2a1cc10adfe326f7890b;p=thirdparty%2Fpdns.git Update pdns/lua-record.cc Co-authored-by: Remi Gacogne --- diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index dfb4430baa..682759432a 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -921,7 +921,7 @@ static void setupLuaRecords() try { rec = DNSName(record) + s_lua_record_ctx->zone; } catch (const std::exception &e){ - g_log<