From: Remi Gacogne Date: Tue, 2 Jan 2018 10:37:27 +0000 (+0100) Subject: auth: Add methods missing from AuthLua4 when Lua support is disabled X-Git-Tag: dnsdist-1.3.0~176^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6132%2Fhead;p=thirdparty%2Fpdns.git auth: Add methods missing from AuthLua4 when Lua support is disabled --- diff --git a/pdns/lua-auth4.cc b/pdns/lua-auth4.cc index f2b975a14f..db9bb0ab37 100644 --- a/pdns/lua-auth4.cc +++ b/pdns/lua-auth4.cc @@ -17,6 +17,14 @@ DNSPacket *AuthLua4::prequery(DNSPacket *q) { return NULL; } AuthLua4::~AuthLua4() { } +void AuthLua4::postPrepareContext() +{ +} + +void AuthLua4::postLoad() +{ +} + #else #undef L