]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove redundant INSIST
authorAram Sargsyan <aram@isc.org>
Fri, 3 Apr 2026 15:16:10 +0000 (15:16 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 22 Jun 2026 20:51:53 +0000 (20:51 +0000)
The check is already performed in the INSIST above.

lib/dns/zone.c

index d6a597abfd635181524cfdf14e7b6e3db0ff099c..f23b4cba6d71aab7bad0f7946dc9aab9b0b1f90b 100644 (file)
@@ -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;