]> granicus.if.org Git - pdns/commitdiff
actually report the DLV record type for production too, lack spotted by Jan-Piet...
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 31 Jan 2011 07:27:19 +0000 (07:27 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 31 Jan 2011 07:27:19 +0000 (07:27 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1941 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/dnsrecords.cc

index b91b06f568dfda28088358bde09e090cd1ad9561..810259b5303e7657acf7102f59901ae080e372d4 100644 (file)
@@ -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();
 }