From: Aram Sargsyan Date: Fri, 3 Apr 2026 15:16:10 +0000 (+0000) Subject: Remove redundant INSIST X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7130f51a2895c4fbb56a64bb1ecde40d81a700;p=thirdparty%2Fbind9.git Remove redundant INSIST The check is already performed in the INSIST above. --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index d6a597abfd6..f23b4cba6d7 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -14400,7 +14400,6 @@ receive_secure_serial(void *arg) { INSIST(zone->rss == NULL || zone->rss == rss); if (zone->rss != NULL) { - INSIST(zone->rss == rss); UNLOCK_ZONE(zone); } else { zone->rss = rss;