From 745a69e7ce4903b9132fcc7d33ba3c7a537f2be4 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 26 Nov 2014 14:36:17 +0800 Subject: [PATCH] test echo initialize listen port Signed-off-by: Andy Green --- test-server/test-echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-server/test-echo.c b/test-server/test-echo.c index 607cfd18..6fb8ba66 100644 --- a/test-server/test-echo.c +++ b/test-server/test-echo.c @@ -180,7 +180,7 @@ int main(int argc, char **argv) int syslog_options = LOG_PID | LOG_PERROR; #endif int client = 0; - int listen_port; + int listen_port = 80; struct lws_context_creation_info info; char passphrase[256]; #ifndef LWS_NO_CLIENT