From: Bert Hubert Date: Mon, 31 Jan 2011 07:27:19 +0000 (+0000) Subject: actually report the DLV record type for production too, lack spotted by Jan-Piet... X-Git-Tag: auth-3.0~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb75774d9651654cc15f065f0972cd0586c6d10;p=pdns actually report the DLV record type for production too, lack spotted by Jan-Piet 'I have a Dutch name, but don't let that fool you' Mens git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1941 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index b91b06f56..810259b53 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -349,6 +349,7 @@ void reportOtherTypes() NSECRecordContent::report(); NSEC3RecordContent::report(); NSEC3PARAMRecordContent::report(); + DLVRecordContent::report(); DNSRecordContent::regist(0xff, QType::TSIG, &TSIGRecordContent::make, &TSIGRecordContent::make, "TSIG"); OPTRecordContent::report(); }