This has been applied in upstream SVN, it will be in upstream's 3.1.

Kind regards,
Peter van Dijk
upstream PowerDNS maintainer
On Jan 21, 2012, at 18:53 , grin wrote:

> 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

Reply via email to