mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fix without server
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b5b23199f6
commit
14f4729c0d
1 changed files with 1 additions and 1 deletions
|
@ -1608,10 +1608,10 @@ int user_callback_handle_rxflow(callback_function callback_function,
|
|||
struct libwebsocket_context *
|
||||
libwebsocket_create_context(struct lws_context_creation_info *info)
|
||||
{
|
||||
int n;
|
||||
struct libwebsocket_context *context = NULL;
|
||||
char *p;
|
||||
#ifndef LWS_NO_SERVER
|
||||
int n;
|
||||
int opt = 1;
|
||||
struct libwebsocket *wsi;
|
||||
struct sockaddr_in serv_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue