]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't call dns_zone_setadded() on modify
authorMatthijs Mekking <matthijs@isc.org>
Fri, 13 Mar 2026 10:56:31 +0000 (11:56 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 16 Mar 2026 14:18:39 +0000 (15:18 +0100)
commit780872e07eaa735c215765da570d2f1f78bfade7
tree7b92529b2faff2a2f3dd2d7a799a29daf2d716fe
parent71587b0816a9458895aaa14a85539acd91afda38
Don't call dns_zone_setadded() on modify

If we are modifiying the zone, the zone must have been added before.
Don't overwrite this value on modifications.

Also it feels cleaner to pass added=false to configure_zone() in
do_modzone().
bin/named/server.c