]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
actually allow compiling w/o lua again :-)
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 15 Jun 2008 14:51:45 +0000 (14:51 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 15 Jun 2008 14:51:45 +0000 (14:51 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1201 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/lua-pdns-recursor.cc

index 74fb4416a0f63df2900a7f7b265866fd1f84a842..cf631121e61aef19a37f9a667c17180a9670103b 100644 (file)
@@ -14,7 +14,7 @@ bool PowerDNSLua::nxdomain(const ComboAddress& remote, const string& query, cons
   return false;
 }
 
-bool PowerDNSLua::prequery(const ComboAddress& remote, const string& query, const QType& qtype, vector<DNSResourceRecord>& ret, int& res)
+bool PowerDNSLua::preresolve(const ComboAddress& remote, const string& query, const QType& qtype, vector<DNSResourceRecord>& ret, int& res)
 {
   return false;
 }