summaryrefslogtreecommitdiff
path: root/sysdep/unix/wg_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/wg_user.c')
-rw-r--r--sysdep/unix/wg_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/wg_user.c b/sysdep/unix/wg_user.c
index a6c51787..0e6d6a3b 100644
--- a/sysdep/unix/wg_user.c
+++ b/sysdep/unix/wg_user.c
@@ -267,7 +267,7 @@ wg_user_set_device(struct pool *pool,
/* Send data, <0=err, >0=ok, 0=sleep */
DBG(L_TRACE "WG: send %d", res);
if (res != 0) {
- shutdown(sock->fd, SHUT_WR);
+ //shutdown(sock->fd, SHUT_WR);
}
/* abort(); */