1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

socks: Fix compilation error

This commit is contained in:
Sviatoslav Grebenchucov 2019-08-25 15:11:48 +03:00 committed by Andy Green
parent ed79eedb47
commit 976d804f1a

View file

@ -217,7 +217,7 @@ lws_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd,
lwsl_client("SOCKS password OK, sending connect\n");
if (socks_generate_msg(wsi, SOCKS_MSG_CONNECT, &len)) {
socks_send_msg_fail:
*cce = "socks gen msg fail";
cce = "socks gen msg fail";
goto bail3;
}
conn_mode = LRS_WAITING_SOCKS_CONNECT_REPLY;