]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up compilation for non-lua recursor
authorbert hubert <bert.hubert@powerdns.com>
Mon, 7 Mar 2016 13:53:37 +0000 (14:53 +0100)
committerbert hubert <bert.hubert@powerdns.com>
Mon, 7 Mar 2016 13:53:37 +0000 (14:53 +0100)
pdns/lua-recursor4.cc

index 3cd731c7695e7813d094a4eb6aabb9a75acfdbdb..3052e3e6dc9dc9e2636fc5c7ddc27c5b6778ee26 100644 (file)
@@ -45,7 +45,7 @@ bool RecursorLua4::ipfilter(const ComboAddress& remote, const ComboAddress& loca
   return false;
 }
 
-int RecursorLua4::gettag(const ComboAddress& remote, const EDNSSubnet& subnet, const ComboAddress& local, const DNSName& qname, uint16_t qtype)
+int RecursorLua4::gettag(const ComboAddress& remote, const Netmask& ednssubnet, const ComboAddress& local, const DNSName& qname, uint16_t qtype)
 {
   return 0;
 }