mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
3641. [bug] Handle changes to sig-validity-interval settings
better. [RT #34625]
This commit is contained in:
@@ -379,15 +379,6 @@ diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver,
|
||||
diff->resign);
|
||||
dns_db_setsigningtime(db, modified,
|
||||
resign);
|
||||
if (diff->resign == 0 &&
|
||||
(op == DNS_DIFFOP_ADDRESIGN ||
|
||||
op == DNS_DIFFOP_DELRESIGN))
|
||||
isc_log_write(
|
||||
DIFF_COMMON_LOGARGS,
|
||||
ISC_LOG_WARNING,
|
||||
"resign requested "
|
||||
"with 0 resign "
|
||||
"interval");
|
||||
}
|
||||
} else if (result == DNS_R_UNCHANGED) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user