From 4e6b74ff4af7c9355784b9d7132d4bcc09bf3650 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 2 Jan 2018 11:37:27 +0100 Subject: [PATCH] auth: Add methods missing from AuthLua4 when Lua support is disabled --- pdns/lua-auth4.cc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.50.1