From 19abacc814311193e827905466658312471af412 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 28 May 2018 16:51:03 +0200 Subject: [PATCH] Initialize some missed qtypes --- pdns/qtype.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/qtype.hh b/pdns/qtype.hh index a2b96b7032..e8147def79 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -175,6 +175,7 @@ private: qtype_insert("MB", 7); qtype_insert("MG", 8); qtype_insert("MR", 9); + qtype_insert("WKS", 11); qtype_insert("PTR", 12); qtype_insert("HINFO", 13); qtype_insert("MINFO", 14); @@ -203,6 +204,7 @@ private: qtype_insert("NSEC3", 50); qtype_insert("NSEC3PARAM", 51); qtype_insert("TLSA", 52); + qtype_insert("SMIMEA", 53); qtype_insert("RKEY", 57); qtype_insert("CDS", 59); qtype_insert("CDNSKEY", 60); -- 2.47.2