]> granicus.if.org Git - pdns/commitdiff
lower case diff for hints-zone
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 6 Apr 2006 10:03:39 +0000 (10:03 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 6 Apr 2006 10:03:39 +0000 (10:03 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@664 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdns_recursor.cc

index 88f0687b67fdd736b39c66005d4a0df8c8c86a1a..46f26f18e2ceb5b4bb47112feb400799aa6105a3 100644 (file)
@@ -247,6 +247,7 @@ void primeHints(void)
        RC.replace(rr.qname, QType(QType::A), aset);
       }
       if(rr.qtype.getCode()==QType::NS) {
+       rr.content=toLower(rr.content);
        nsset.insert(rr);
       }
     }