Package: pdns-server Version: 3.0-1.1 Severity: normal File: pdns
http://wiki.powerdns.com/trac/ticket/390 the patch works, until upstream includes it would be nice to patch it. --- pdns-3.0.orig/pdns/dnsparser.hh +++ pdns-3.0/pdns/dnsparser.hh @@ -200,7 +200,7 @@ public: static uint16_t TypeToNumber(const string& name) { - n2typemap_t::const_iterator iter = getN2Typemap().find(name); + n2typemap_t::const_iterator iter = getN2Typemap().find(toUpper(name)); if(iter != getN2Typemap().end()) return iter->second.second; -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org