patch to new API

This commit is contained in:
lxsang 2020-01-09 15:45:36 +01:00
parent df9a3b80b9
commit f94f44f814

4
wvnc.c
View File

@ -668,9 +668,7 @@ void* handle(void *data)
}
else
{
html(cl);
__t(cl, "Welcome to WVNC, please use a websocket connection");
antd_error(cl,400,"Please use a websocket connection");
}
task = antd_create_task(NULL, (void *)rq, NULL, rq->client->last_io);
task->priority++;