]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
actually report IPSECKEY type - broken since #8638 9919/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 7 Jan 2021 12:09:58 +0000 (13:09 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 7 Jan 2021 12:09:58 +0000 (13:09 +0100)
pdns/dnsrecords.cc

index 4d435bae0bc93ab85d82a310cccb40dbb91062e1..9b9e58f05cfc108ce9f55ff053c2b0e88ede5f59 100644 (file)
@@ -880,6 +880,7 @@ void reportOtherTypes()
    URIRecordContent::report();
    CAARecordContent::report();
    APLRecordContent::report();
+   IPSECKEYRecordContent::report();
 }
 
 void reportAllTypes()