mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix make_socket_reusable() on windows. Bug not in any released Tor
This commit is contained in:
parent
24c4b56a39
commit
d290e36576
@ -965,6 +965,7 @@ make_socket_reuseable(tor_socket_t sock)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
(void) sock;
|
||||
return 0;
|
||||
#else
|
||||
int one=1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user