From: Aki Tuomi Date: Sun, 27 Apr 2014 14:08:19 +0000 (+0300) Subject: Only support it for v3 and above X-Git-Tag: rec-3.6.0~19^2~10^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b25ef3516d9db12224c1515cfc835c84acad3c9;p=pdns Only support it for v3 and above --- diff --git a/modules/pipebackend/pipebackend.cc b/modules/pipebackend/pipebackend.cc index 44ec27668..66094eb1f 100644 --- a/modules/pipebackend/pipebackend.cc +++ b/modules/pipebackend/pipebackend.cc @@ -154,8 +154,10 @@ bool PipeBackend::list(const string &target, int inZoneId, bool include_disabled // The question format: // type qname qclass qtype id ip-address - - query<<"AXFR\t"<= 3) + query<<"AXFR\t"<send(query.str()); }