2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

2061. [bug] Accept expired wildcard message reversed. [RT #16296]

This commit is contained in:
Mark Andrews 2006-07-24 22:41:59 +00:00
parent 39ef7dddef
commit cc7d91bd5c
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2061. [bug] Accept expired wildcard message reversed. [RT #16296]
2060. [bug] Enabling DLZ support could leave views partially
configured. [RT #16295]

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: validator.c,v 1.144 2006/03/09 23:39:00 marka Exp $ */
/* $Id: validator.c,v 1.145 2006/07/24 22:41:59 marka Exp $ */
/*! \file */
@ -1267,7 +1267,7 @@ verify(dns_validator_t *val, dst_key_t *key, dns_rdata_t *rdata,
validator_log(val, ISC_LOG_INFO,
"accepted expired %sRRSIG (keyid=%u)",
(result == DNS_R_FROMWILDCARD) ?
"" : "wildcard ", keyid);
"wildcard " : "", keyid);
else
validator_log(val, ISC_LOG_DEBUG(3),
"verify rdataset (keyid=%u): %s",