From 0be2e2c57823f7feca8148ac4ea84e16f85fc022 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 14 Jun 2013 08:52:29 +0200 Subject: [PATCH] add MINFO to qtypes --- pdns/qtype.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/qtype.hh b/pdns/qtype.hh index 8ce807f779..e8a18653a0 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -114,6 +114,7 @@ private: qtype_insert("MR",9); qtype_insert("PTR",12); qtype_insert("HINFO",13); + qtype_insert("MINFO",14); qtype_insert("MX",15); qtype_insert("TXT",16); qtype_insert("RP",17); -- 2.47.3