From: Bert Hubert Date: Tue, 4 Jan 2011 19:35:10 +0000 (+0000) Subject: our random may be random, but it is authoritative random!! X-Git-Tag: auth-3.0~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4bfbf689f1d2705c6262c6c3bb32d3aa146c671;p=pdns our random may be random, but it is authoritative random!! git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1805 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/randombackend.cc b/pdns/randombackend.cc index c835463dd..ae236d8c2 100644 --- a/pdns/randombackend.cc +++ b/pdns/randombackend.cc @@ -57,6 +57,7 @@ public: rr.qname=d_ourname; // fill in details rr.qtype=QType::A; // A record rr.ttl=5; // 5 seconds + rr.auth = 1; // it may be random.. but it is auth! rr.content=d_answer; d_answer=""; // this was the last answer