2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2786. [bug] Spurious log message when zone keys were

dynamically reconfigured. [RT #20659]
This commit is contained in:
Evan Hunt
2009-11-25 02:30:54 +00:00
parent d0ca4e90e2
commit fc1fb1a469
3 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: diff.c,v 1.21 2009/04/30 06:53:10 marka Exp $ */
/* $Id: diff.c,v 1.22 2009/11/25 02:30:54 each Exp $ */
/*! \file */
@@ -400,7 +400,7 @@ diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver,
isc_log_write(DIFF_COMMON_LOGARGS,
ISC_LOG_WARNING,
"%s/%s: update with no "
" effect", namebuf,
"effect", namebuf,
classbuf);
}
} else if (result == DNS_R_NXRRSET) {