mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 03:45:47 +01:00
WebSockets: fix a comment in server.cc
This commit is contained in:
parent
9a93583ef7
commit
ade3fe9f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ WebsocketsServer::lws_callback (struct lws* wsi, enum lws_callback_reasons reaso
|
|||
break;
|
||||
|
||||
/* will be called only if the requested url is not fulfilled
|
||||
by the any of the mount configurations (builtin, user) */
|
||||
by the any of the mount configurations (root, user) */
|
||||
case LWS_CALLBACK_HTTP:
|
||||
rc = server->send_availsurf_hdr (wsi);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue