From: Peter van Dijk Date: Thu, 13 Jun 2013 14:00:02 +0000 (+0200) Subject: activate MINFO, thanks Jelte X-Git-Tag: rec-3.6.0-rc1~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1a16e0eeb77d0d0bb46997b5d5ee79b5c9963c7;p=thirdparty%2Fpdns.git activate MINFO, thanks Jelte --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 91a2a01736..7e96161b24 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -440,6 +440,7 @@ void reportOtherTypes() OPTRecordContent::report(); EUI48RecordContent::report(); EUI64RecordContent::report(); + MINFORecordContent::report(); } void reportFancyTypes()