4382. [bug] rndc {addzone,modzone,delzone,showzone} should all

compare the zone name using a canonical format.
                        [RT #42630]
This commit is contained in:
Mark Andrews
2016-06-10 11:03:53 +10:00
parent e211ffb1f1
commit fbc50678e1
4 changed files with 107 additions and 21 deletions

View File

@@ -39,3 +39,8 @@ zone "normal.example" {
type master;
file "normal.db";
};
zone "finaldot.example." {
type master;
file "normal.db";
};