]> granicus.if.org Git - pdns/commitdiff
auth: Add methods missing from AuthLua4 when Lua support is disabled
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 2 Jan 2018 10:37:27 +0000 (11:37 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 2 Jan 2018 10:37:27 +0000 (11:37 +0100)
pdns/lua-auth4.cc

index f2b975a14fd7fb45774cde4994188d268395ca24..db9bb0ab37ba48fd9ae07370abc66a5c031a1fa4 100644 (file)
@@ -17,6 +17,14 @@ DNSPacket *AuthLua4::prequery(DNSPacket *q) { return NULL; }
 
 AuthLua4::~AuthLua4() { }
 
+void AuthLua4::postPrepareContext()
+{
+}
+
+void AuthLua4::postLoad()
+{
+}
+
 #else
 
 #undef L