]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a bug in zone_loaddone()
authorAram Sargsyan <aram@isc.org>
Mon, 26 Jan 2026 15:34:00 +0000 (15:34 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 27 Jan 2026 11:31:15 +0000 (11:31 +0000)
commit31290eccb1246cc1aefd8a062e36de12ca0f24e1
treef6b3d93b9424762c4d18d373500bfe9cc5977080
parentf81e90e3e13bb8866ed02ccf3e09c359e2b7319f
Fix a bug in zone_loaddone()

The zone_loaddone() function disables database notifications for
a catalog zones and response policy zones (RPZ) when loading had
failed. Howerer, the 'result != ISC_R_SUCCESS' check is insufficient,
because the DNS_R_SEENINCLUDE result also indicates success.

Add a second condition for the "if" block.
lib/dns/zone.c