mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-03-12 19:02:46 +01:00
add html description
This commit is contained in:
parent
6a5a77cb01
commit
70d981b6e9
5
wvnc.c
5
wvnc.c
@ -645,5 +645,10 @@ void handle(void *cl, const char *m, const char *rqp, dictionary rq)
|
|||||||
process(user_data, 1);
|
process(user_data, 1);
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
html(cl);
|
||||||
|
__t(cl, "Welcome to WVNC, plese use a websocket connection");
|
||||||
|
}
|
||||||
LOG("%s\n", "EXIT Streaming..");
|
LOG("%s\n", "EXIT Streaming..");
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user