]> git.ipfire.org Git - thirdparty/bind9.git/commit
tests: fix isc/socket_test.c teardown
authorWitold Kręcicki <wpk@isc.org>
Thu, 14 May 2020 07:39:57 +0000 (09:39 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 3 Jun 2020 11:16:28 +0000 (13:16 +0200)
commit4a8d9250cf330b37d0bca29067b0ff993ccf3ba5
tree72c7f45f749e9aeb5cc7671c35e1ba043332b5c3
parent024337c6a481c50452649f370b33d556a17124a7
tests: fix isc/socket_test.c teardown

In case of a test failure we weren't tearing down sockets and tasks
properly, causing the test to hang instead of failing nicely.
lib/isc/tests/socket_test.c