1
0
Fork 0
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:
pblemel 2018-10-26 09:47:51 +08:00 committed by Andy Green
parent 20fb55934b
commit b45f224b2a

View file

@ -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