Files
bind9/lib/dns
Ondřej Surý a6e3fc20d0 Don't use dns_zone_attach() in zone_refreshkeys()
The zone_refreshkeys() could run before the zone_shutdown(), but after
the last .erefs has been "detached" causing assertion failure when doing
dns_zone_attach().  Remove the use of .erefs (dns_zone_attach/detach)
and replace it with using the .irefs and additional checks whether the
zone is exiting in the callbacks.

(cherry picked from commit 80e66fbd2d)
2022-11-03 15:35:58 +01:00
..
2021-08-28 07:45:39 -07:00
2022-07-06 11:26:24 +10:00
2022-09-08 12:16:36 +02:00
2022-07-15 21:21:03 +02:00