Changeset 990

Show
Ignore:
Timestamp:
03/25/07 14:20:57 (6 years ago)
Author:
ahu
Message:

oops - IXFR is 251 and not 254! thanks to Ralf van der Enden for noticing. We don't do IXFR so it is academic.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/qtype.hh

    r978 r990  
    7373  static int chartocode(const char *p); //!< convert a character string to a code 
    7474   
    75   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, SPF=99, AXFR=252, IXFR=254, ANY=255} types; 
     75  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, SPF=99, AXFR=252, IXFR=251, ANY=255} types; 
    7676private: 
    7777  short int code;