changeset 2294:a285e768e4ae

No need to set port etc. in the server context creation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 30 Jun 2020 14:21:52 +0300
parents e2f6c11a26c0
children fc966dfd7fdf
files mapsearch.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Tue Jun 30 13:43:01 2020 +0300
+++ b/mapsearch.c	Tue Jun 30 14:21:52 2020 +0300
@@ -1853,8 +1853,6 @@
 
     info.gid = optGID;
     info.uid = optUID;
-    info.port = ctx->port;
-    info.iface = ctx->interface;
     info.max_http_header_pool = 16;
     info.options =
         LWS_SERVER_OPTION_EXPLICIT_VHOSTS |