]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_taskmgr_detach when task is created while shutting down
authorOndřej Surý <ondrej@sury.org>
Mon, 10 May 2021 09:36:54 +0000 (11:36 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 10 May 2021 09:39:51 +0000 (11:39 +0200)
commit6c57a6cc3dab9317c0d8d27e5eea740be1467eb2
treee54bec2702334097f79d4c5b600e7d5a1bc87f38
parent0e920608334707a7c9ca34c80f9e70db33962305
Add isc_taskmgr_detach when task is created while shutting down

When taskmgr is shutting down, the creating the task would attach
to the taskmgr, but don't detach on error condition.
lib/isc/include/isc/task.h
lib/isc/task.c