From ba585dd2b6beae8ba4712923ac82b4473ec2024a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 14 May 2020 01:02:29 +0200 Subject: WIP debug socket --- sysdep/unix/wg_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); */ -- cgit v1.2.3