just finalize startup once

This commit is contained in:
Andy Green 2016-12-03 15:23:00 +08:00
parent 6e436dca39
commit 7a77c0b572

View file

@ -850,7 +850,7 @@ lwsws_get_config_vhosts(struct lws_context *context,
return 1;
}
lws_finalize_startup(context);
// lws_finalize_startup(context);
return 0;
}