13
0

WebSockets: fix surface build for older systems

This commit is contained in:
Luciano Iam 2021-06-14 14:50:48 +02:00
parent 5fffe985bb
commit 04104b68a6

View File

@ -147,7 +147,6 @@ WebsocketsServer::start ()
} else {
/* More compatible approach */
_fd_callbacks = true;
_lws_info.foreign_loops = 0;
_lws_info.options = 0;
_lws_context = lws_create_context (&_lws_info);