]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix cases where the tests were doing closesocket() on a non-socket
authorNick Mathewson <nickm@torproject.org>
Fri, 9 Sep 2016 14:28:12 +0000 (10:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Sep 2016 14:28:12 +0000 (10:28 -0400)
commit4c55e8a58f41933e76bcb309206c98e7b5a1d834
treedc806fb333a97fa1e6891fd3ca725e2ae8d8e05f
parent2fe7e3d9d214b5cd7883ce83e5b11e14b02c5973
Fix cases where the tests were doing closesocket() on a non-socket

These seem to have caused warnings on windows. Hmmm.
src/common/compat.c
src/common/compat.h
src/test/test_address.c
src/test/test_connection.c