]> 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:17:16 +0000 (14:17 +0200)
commitc6ec2aaedc0644f37f7a54ed8b553fa60fa1c1d6
treef5a4d4ff45839e94b0c161d9b5392407efc0ce2c
parent2d290220fd8114b3abdbd96667151597852b13f8
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