From: Peter van Dijk Date: Fri, 14 Jun 2013 06:52:29 +0000 (+0200) Subject: add MINFO to qtypes X-Git-Tag: auth-3.3-rc2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3d8902d5e7123da7a0158e246c6abb6f83439d6;p=thirdparty%2Fpdns.git add MINFO to qtypes --- 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);