From: Bert Hubert Date: Fri, 7 Jan 2011 23:13:49 +0000 (+0000) Subject: make sure pipe backend for now gets the 'auth' field *mostly* right X-Git-Tag: auth-3.0~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cdd9f23a117b2fc7a76db9c68dbbb29d7e58ba2;p=pdns make sure pipe backend for now gets the 'auth' field *mostly* right git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1833 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/modules/pipebackend/pipebackend.cc b/modules/pipebackend/pipebackend.cc index a4d761d06..d82a5d9ea 100644 --- a/modules/pipebackend/pipebackend.cc +++ b/modules/pipebackend/pipebackend.cc @@ -219,6 +219,7 @@ bool PipeBackend::get(DNSResourceRecord &r) r.qtype=parts[3]; r.ttl=atoi(parts[4].c_str()); r.domain_id=atoi(parts[5].c_str()); + r.auth = 1; if(parts[3]!="MX" && parts[3] != "SRV") { r.content.clear();