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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e6b74ff4af7c9355784b9d7132d4bcc09bf3650;p=pdns auth: Add methods missing from AuthLua4 when Lua support is disabled --- diff --git a/pdns/lua-auth4.cc b/pdns/lua-auth4.cc index f2b975a14..db9bb0ab3 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