projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e436dc
)
just finalize startup once
author
Andy Green
<andy@warmcat.com>
Sat, 3 Dec 2016 07:23:00 +0000
(15:23 +0800)
committer
Andy Green
<andy@warmcat.com>
Fri, 16 Dec 2016 14:08:13 +0000
(22:08 +0800)
lib/lejp-conf.c
patch
|
blob
|
history
diff --git
a/lib/lejp-conf.c
b/lib/lejp-conf.c
index 21f1951825328aa9d21d5cfc0a731430c120b18b..76c04a3915611953862fc7338f877340f7ecc7a4 100644
(file)
--- a/
lib/lejp-conf.c
+++ b/
lib/lejp-conf.c
@@
-850,7
+850,7
@@
lwsws_get_config_vhosts(struct lws_context *context,
return 1;
}
-
lws_finalize_startup(context);
+
//
lws_finalize_startup(context);
return 0;
}