mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
This commit is contained in:
commit
ff6c6d5e50
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ void Web::start()
|
|||
/* Start server */
|
||||
lws_context_creation_info ctx_info;
|
||||
|
||||
memset(&ctx_info, 0, sizeof(ctx_info));
|
||||
|
||||
ctx_info.port = port;
|
||||
ctx_info.protocols = protocols;
|
||||
ctx_info.extensions = extensions;
|
||||
|
|
Loading…
Add table
Reference in a new issue