diff --git a/src/misc/objects.c b/src/misc/objects.c index f08685591f..00539ffb4e 100644 --- a/src/misc/objects.c +++ b/src/misc/objects.c @@ -505,8 +505,8 @@ static int pipe (int fd[2]) goto error; closesocket (l); - shutdown (a, 0); - shutdown (c, 1); + //shutdown (a, 0); + //shutdown (c, 1); fd[0] = c; fd[1] = a; return 0;