From ce834c99105a07bd9e575bc8b45e4a4148906648 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 2 Aug 2016 21:09:46 +0200 Subject: [PATCH] report DHCID type --- pdns/dnsrecords.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 60eab9cef8..fece43cfd0 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -595,6 +595,7 @@ void reportOtherTypes() RPRecordContent::report(); KEYRecordContent::report(); DNSKEYRecordContent::report(); + DHCIDRecordContent::report(); CDNSKEYRecordContent::report(); RKEYRecordContent::report(); RRSIGRecordContent::report(); -- 2.47.2