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:
parent
550023ce78
commit
aefecce938
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,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;
|
||||
|
|
Loading…
Add table
Reference in a new issue