summaryrefslogtreecommitdiff
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index e650692..8686f10 100644
--- a/daemon.c
+++ b/daemon.c
@@ -302,7 +302,7 @@ static struct lws_context_creation_info info_g = {
.callback = callback_http_only,
.per_session_data_size = 0,
}, {
- .name = "cao-prot",
+ .name = "game",
.callback = callback_cao_prot,
.per_session_data_size =
sizeof(struct per_session_data_cao_prot),