mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
seq: fix
This commit is contained in:
parent
1de1aafca5
commit
03482d4c01
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 */
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue