From: Evan Hunt Date: Mon, 9 Mar 2020 21:05:14 +0000 (-0700) Subject: remove redundant ZONEDB_UNLOCK X-Git-Tag: v9.17.1~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54454b7c612e9c112e6c6ac8542991b833c3517;p=thirdparty%2Fbind9.git remove redundant ZONEDB_UNLOCK --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 90edb339a69..aefb71b866a 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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));