Re: [Pdns-users] My SOA lookup is calling lookup fn. instead of getSOA fn.

2015-08-20 Thread bert hubert
Sumit, Double check your getSOA prototype is *exactly* identical to the getSOA in DNSBackend! Otherwise the parent class getSOA will get called, which will call lookup for you. Also, could we move this discussion to pdns-...@mailman.powerdns.com? Thanks! Bert On Thu, Aug 20, 2015 at 12

[Pdns-users] My SOA lookup is calling lookup fn. instead of getSOA fn.

2015-08-20 Thread sumit sharma
Hi, Ever since i rebased my branch & updated my backend to use the new APIs, my SOA lookups are going to void lookup(const QType &type, const DNSName &qname, DNSPacket *pkt_p, int zoneId) instead of bool getSOA(const string &name, SOAData &soadata, DNSPacket *p = 0) I have made the changes to f