summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/websockets/server.h')
-rw-r--r--libs/surfaces/websockets/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/websockets/server.h b/libs/surfaces/websockets/server.h
index 677ef21780..f3dde841c1 100644
--- a/libs/surfaces/websockets/server.h
+++ b/libs/surfaces/websockets/server.h
@@ -66,7 +66,7 @@ private:
struct lws_protocol_vhost_options _lws_vhost_opt;
#endif
struct lws_protocols _lws_proto[2];
- struct lws_http_mount _lws_mnt_index;
+ struct lws_http_mount _lws_mnt_root;
struct lws_http_mount _lws_mnt_user;
struct lws_context_creation_info _lws_info;
struct lws_context* _lws_context;