From 229fb0c2ddeb6e52fda1be28c7b659be47ed1f91 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 7 Jan 2021 13:09:58 +0100 Subject: [PATCH] actually report IPSECKEY type - broken since #8638 --- pdns/dnsrecords.cc | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.2