Files
bind9/lib/dns
Ondřej Surý b55e8a959f Allow attaching to dns_adb which is shutting down
The dns__adb_attach() had an assertion failure that prevented to attach
to dns_adb if the dns_adb was shutting down.  There was a race between
checking for .exiting in dns_adb_createfind and creating new_adbfind() -
other thread could have set the .exiting to true between the check.

Remove the assertion failure and allow attaching to dns_adb even while
shutting down.  The process of dns_adb shutting down would be noticed
only a moments later when any other callback is called.
2022-04-22 16:48:37 +02:00
..
2022-04-01 23:45:23 +02:00
2022-03-29 14:14:49 -07:00
2022-03-25 10:38:35 +01:00
2022-04-01 23:50:34 +02:00
2022-04-04 21:20:05 +02:00
2022-04-13 13:26:59 +02:00