mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fix typo in NO_SERVER case
Reported-by: shyswork via github Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
8b2d6f0ee7
commit
8d15cf4a14
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ lws_latency(struct libwebsocket_context *context, struct libwebsocket *wsi,
|
|||
|
||||
#ifdef LWS_NO_SERVER
|
||||
int
|
||||
_libwebsocket_rx_flow_control(struct libswebsocket *wsi)
|
||||
_libwebsocket_rx_flow_control(struct libwebsocket *wsi)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue