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