aboutsummaryrefslogtreecommitdiff
path: root/lib/roles
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2021-07-11 10:53:16 +0100
committerAndy Green <andy@warmcat.com>2021-07-13 08:27:18 +0100
commit4c4b2c5dcf0f63215686cdec83e6e45c3732c004 (patch)
treeff0d149b6e58c523421902690e0a22db4d7b79e0 /lib/roles
parenta4720b7dbc596f0fa6bb16e44ce332ca6340d8eb (diff)
downloadlibwebsockets-4c4b2c5dcf0f63215686cdec83e6e45c3732c004.tar.gz
libevent: use event_enable_debug_mode
Diffstat (limited to 'lib/roles')
-rw-r--r--lib/roles/netlink/ops-netlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/roles/netlink/ops-netlink.c b/lib/roles/netlink/ops-netlink.c
index 9aa1028e..6df2ceee 100644
--- a/lib/roles/netlink/ops-netlink.c
+++ b/lib/roles/netlink/ops-netlink.c
@@ -510,6 +510,8 @@ rops_pt_init_destroy_netlink(struct lws_context *context,
goto bail1;
}
+ lws_plat_set_nonblocking(wsi->desc.sockfd);
+
__lws_lc_tag(context, &context->lcg[LWSLCG_VHOST], &wsi->lc,
"netlink");