From: bert hubert Date: Sat, 19 Dec 2015 05:31:06 +0000 (+0100) Subject: now fix up Lua compilation of Lua code in recursor again.. X-Git-Tag: dnsdist-1.0.0-alpha1~45^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d59ebdcbe80d06c4f34c7c60e6607c3715af06dd;p=pdns now fix up Lua compilation of Lua code in recursor again.. --- 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<