mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-19 09:09:36 -04:00
parent
602aead571
commit
cf0eda222d
1 changed files with 2 additions and 1 deletions
|
|
@ -6482,7 +6482,8 @@ zone_resigninc(dns_zone_t *zone) {
|
|||
*/
|
||||
if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
|
||||
/*
|
||||
* Commit the changes if any key has been marked as offline. */
|
||||
* Commit the changes if any key has been marked as offline.
|
||||
*/
|
||||
if (zonediff.offline)
|
||||
dns_db_closeversion(db, &version, ISC_TRUE);
|
||||
goto failure;
|
||||
|
|
|
|||
Loading…
Reference in a new issue