mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
client-echo: fix search-replace case problem
https://github.com/warmcat/libwebsockets/issues/1437
This commit is contained in:
parent
20fb55934b
commit
b45f224b2a
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ callback_minimal_client_echo(struct lws *wsi, enum lws_callback_reasons reason,
|
|||
/* boilerplate needed if we are built as a dynamic plugin */
|
||||
|
||||
static const struct lws_protocols protocols[] = {
|
||||
LWS_PLUGIN_PROTOCOL_MINIMAL_client_echo
|
||||
LWS_PLUGIN_PROTOCOL_MINIMAL_CLIENT_ECHO
|
||||
};
|
||||
|
||||
LWS_EXTERN LWS_VISIBLE int
|
||||
|
|
Loading…
Add table
Reference in a new issue