From: Peter van Dijk Date: Thu, 7 Jan 2021 12:09:58 +0000 (+0100) Subject: actually report IPSECKEY type - broken since #8638 X-Git-Tag: rec-4.5.0-alpha1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9919%2Fhead;p=thirdparty%2Fpdns.git actually report IPSECKEY type - broken since #8638 --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 4d435bae0b..9b9e58f05c 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -880,6 +880,7 @@ void reportOtherTypes() URIRecordContent::report(); CAARecordContent::report(); APLRecordContent::report(); + IPSECKEYRecordContent::report(); } void reportAllTypes()