Files
bind9/lib
Aram Sargsyan ed268b46f1 Process db callbacks in zone_loaddone() after zone_postload()
The zone_postload() function can fail and unregister the callbacks.

Call dns_db_endload() only after calling zone_postload() to make
sure that the registered update-notify callbacks are not called
when the zone loading has failed during zone_postload().

Also, don't ignore the return value of zone_postload().
2023-02-27 10:06:32 +00:00
..
2023-02-26 22:56:07 +00:00
2023-02-16 18:35:32 +01:00
2023-02-18 20:23:41 +00:00