summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/os_calls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/os_calls.c b/common/os_calls.c
index 692dc015..466cdbdf 100644
--- a/common/os_calls.c
+++ b/common/os_calls.c
@@ -415,7 +415,6 @@ g_tcp_close(int sck)
{
return;
}
- shutdown(sck, 2);
#if defined(_WIN32)
closesocket(sck);
#else