1822. [bug] check-names test for RT was reversed. [RT #13382]
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
1822. [bug] check-names test for RT was reversed. [RT #13382]
|
||||
|
||||
1819. [bug] The validator needed to check both the algorithm and
|
||||
digest types of the DS to determine if it could be
|
||||
used to introduce a secure zone. [RT #13593]
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rt_21.c,v 1.41 2004/03/05 05:10:17 marka Exp $ */
|
||||
/* $Id: rt_21.c,v 1.41.18.1 2005/03/14 23:41:19 marka Exp $ */
|
||||
|
||||
/* reviewed: Thu Mar 16 15:02:31 PST 2000 by brister */
|
||||
|
||||
@@ -300,7 +300,7 @@ checknames_rt(ARGS_CHECKNAMES) {
|
||||
isc_region_consume(®ion, 2);
|
||||
dns_name_init(&name, NULL);
|
||||
dns_name_fromregion(&name, ®ion);
|
||||
if (dns_name_ishostname(&name, ISC_FALSE)) {
|
||||
if (!dns_name_ishostname(&name, ISC_FALSE)) {
|
||||
if (bad != NULL)
|
||||
dns_name_clone(&name, bad);
|
||||
return (ISC_FALSE);
|
||||
|
||||
Reference in New Issue
Block a user