From: Peter van Dijk Date: Thu, 23 Feb 2012 14:23:00 +0000 (+0000) Subject: typo X-Git-Tag: auth-3.1-rc1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a137c85baf2946436f034eabe5f252e66305e84;p=pdns typo git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2417 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/qtype.hh b/pdns/qtype.hh index 0c5601cbe..85b6cf676 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -78,7 +78,7 @@ public: // more solaris fun #undef DS enum typeenum {A=1,NS=2,CNAME=5,SOA=6, MR=9, PTR=12,HINFO=13,MX=15,TXT=16,RP=17,AFSDB=18,KEY=25,AAAA=28,LOC=29,SRV=33,NAPTR=35, KX=36, - CERT=37,OPT=41, DS=43, SSHDP=44, IPSECKEY=45, RRSIG=46, NSEC=47, DNSKEY=48, DHCID=49, NSEC3=50, NSEC3PARAM=51, + CERT=37,OPT=41, DS=43, SSHFP=44, IPSECKEY=45, RRSIG=46, NSEC=47, DNSKEY=48, DHCID=49, NSEC3=50, NSEC3PARAM=51, SPF=99, TSIG=250, AXFR=252, IXFR=251, ANY=255, URL=256, MBOXFW=257, CURL=258, ADDR=259, DLV=32769} types; typedef pair namenum; static vector names;