Skip to content
Snippets Groups Projects
Commit d290e365 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix make_socket_reusable() on windows. Bug not in any released Tor

parent 24c4b56a
No related branches found
No related tags found
No related merge requests found
......@@ -965,6 +965,7 @@ make_socket_reuseable(tor_socket_t sock)
{
#ifdef _WIN32
(void) sock;
return 0;
#else
int one=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment