mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +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
|
#ifdef _WIN32
|
||||||
(void) sock;
|
(void) sock;
|
||||||
|
return 0;
|
||||||
#else
|
#else
|
||||||
int one=1;
|
int one=1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user