mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
Update protocol_lws_minimal_server_echo.c
This plugin will not compile as a plugin without changing LWS_PLUGIN_PROTOCOL_MINIMAL_server_echo to LWS_PLUGIN_PROTOCOL_MINIMAL_SERVER_ECHO
This commit is contained in:
parent
888b030bae
commit
55e914693e
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ callback_minimal_server_echo(struct lws *wsi, enum lws_callback_reasons reason,
|
||||||
/* boilerplate needed if we are built as a dynamic plugin */
|
/* boilerplate needed if we are built as a dynamic plugin */
|
||||||
|
|
||||||
static const struct lws_protocols protocols[] = {
|
static const struct lws_protocols protocols[] = {
|
||||||
LWS_PLUGIN_PROTOCOL_MINIMAL_server_echo
|
LWS_PLUGIN_PROTOCOL_MINIMAL_SERVER_ECHO
|
||||||
};
|
};
|
||||||
|
|
||||||
LWS_EXTERN LWS_VISIBLE int
|
LWS_EXTERN LWS_VISIBLE int
|
||||||
|
|
Loading…
Add table
Reference in a new issue