Files
bind9/bin/named
Ondřej Surý 5734d6c826 Make sure we shutdown the controlconf listeners and connections once
It was possible that controlconf connections could be shutdown twice
when shutting down the server, because they would receive the
signal (ISC_R_SHUTTINGDOWN result) from netmgr and then the shutdown
procedure would be called second time via controls_shutdown().

Split the shutdown procedure from control_recvmessage(), so we can call
it independently from netmgr callbacks and make sure it will be called
only once.  Do the similar thing for the listeners.
2023-11-16 16:58:12 +01:00
..
2023-02-15 16:44:47 +00:00
2023-03-23 12:57:01 -07:00
2023-11-15 10:31:16 +01:00
2023-03-08 08:36:25 +01:00
2023-10-17 10:52:36 +02:00