From: Peter van Dijk Date: Thu, 13 Jun 2013 14:00:02 +0000 (+0200) Subject: activate MINFO, thanks Jelte X-Git-Tag: auth-3.3-rc2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5eea7309d3432d858674899819c71efe3c025f33;p=thirdparty%2Fpdns.git activate MINFO, thanks Jelte --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index c82035df42..8ca4dd1237 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -433,6 +433,7 @@ void reportOtherTypes() OPTRecordContent::report(); EUI48RecordContent::report(); EUI64RecordContent::report(); + MINFORecordContent::report(); } void reportFancyTypes()