From d59ebdcbe80d06c4f34c7c60e6607c3715af06dd Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 19 Dec 2015 06:31:06 +0100 Subject: [PATCH] now fix up Lua compilation of Lua code in recursor again.. --- pdns/lua-recursor4.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/lua-recursor4.cc b/pdns/lua-recursor4.cc index 3fb0e5467..fbfb77928 100644 --- a/pdns/lua-recursor4.cc +++ b/pdns/lua-recursor4.cc @@ -47,7 +47,6 @@ bool RecursorLua4::ipfilter(const ComboAddress& remote, const ComboAddress& loca #undef L #include "ext/luawrapper/include/LuaContext.hpp" - static int followCNAMERecords(vector& ret, const QType& qtype) { vector resolved; @@ -301,7 +300,7 @@ bool RecursorLua4::genhook(luacall_t& func, const ComboAddress& remote,const Com dq->udpAnswer = GenUDPQueryResponse(dq->udpQueryDest, dq->udpQuery); auto func = d_lw->readVariable>(dq->udpCallback).get_value_or(0); if(!func) { - L<