]> 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 12:12:18 +0000 (14:12 +0200)
commitca26bcca380a4d961b95c2e848ceca83ce2b67ba
treef68cfd9b3dd5702a83522973db16cf5a3744e37e
parent4a5f917392ae5478ffbf973fc004e496471cdd54
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.

(cherry picked from commit 4a8d9250cf330b37d0bca29067b0ff993ccf3ba5)
lib/isc/tests/socket_test.c