]> git.ipfire.org Git - people/ms/strongswan.git/commit
libtls: Shutdown server socket in test teardown function
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Nov 2021 13:01:44 +0000 (14:01 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 8 Dec 2021 10:32:55 +0000 (11:32 +0100)
commit88e7654c6cd43e6bf67b222297c779b7fabea4cf
tree24fa54f65547546cccba005d688bdd2fa180c8cd
parentd95381ec7a50c6c31a3524a4ca1f9efc8a655dc0
libtls: Shutdown server socket in test teardown function

If a test fails and the server thread is blocked reading on the socket,
it would stay stuck.
src/libtls/tests/suites/test_socket.c