mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
seq: fix
This commit is contained in:
parent
630d768419
commit
fac7c5bf9c
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ sequencer_start_client(struct myseq *s)
|
||||||
/* we couldn't even get started with the client connection */
|
/* we couldn't even get started with the client connection */
|
||||||
|
|
||||||
lws_seq_queue_event(lws_seq_from_user(s),
|
lws_seq_queue_event(lws_seq_from_user(s),
|
||||||
SEQ_MSG_CLIENT_FAILED, NULL, NULL);
|
(lws_seq_events_t)SEQ_MSG_CLIENT_FAILED, NULL, NULL);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue