mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '1664-double-unlock' into 'master'
remove redundant ZONEDB_UNLOCK Closes #1664 See merge request isc-projects/bind9!3197
This commit is contained in:
commit
e0430d74ef
1 changed files with 0 additions and 1 deletions
|
|
@ -20501,7 +20501,6 @@ rss_post(dns_zone_t *zone, isc_event_t *event) {
|
|||
dns_db_currentversion(db, &oldver);
|
||||
result = dns_db_newversion(db, &newver);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
ZONEDB_UNLOCK(&zone->dblock, isc_rwlocktype_read);
|
||||
dnssec_log(zone, ISC_LOG_ERROR,
|
||||
"setnsec3param:dns_db_newversion -> %s",
|
||||
dns_result_totext(result));
|
||||
|
|
|
|||
Loading…
Reference in a new issue