mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-03-12 19:02:46 +01:00
patch to new API
This commit is contained in:
parent
df9a3b80b9
commit
f94f44f814
4
wvnc.c
4
wvnc.c
@ -668,9 +668,7 @@ void* handle(void *data)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
html(cl);
|
antd_error(cl,400,"Please use a websocket connection");
|
||||||
__t(cl, "Welcome to WVNC, please use a websocket connection");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
task = antd_create_task(NULL, (void *)rq, NULL, rq->client->last_io);
|
task = antd_create_task(NULL, (void *)rq, NULL, rq->client->last_io);
|
||||||
task->priority++;
|
task->priority++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user