mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Oops -- the Windows function is closesocket, not socketclose
svn:r1746
This commit is contained in:
parent
9322641710
commit
5a9b144092
@ -57,7 +57,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#define tor_close_socket(s) socketclose(s)
|
||||
#define tor_close_socket(s) closesocket(s)
|
||||
#else
|
||||
#define tor_close_socket(s) close(s)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user