test echo initialize listen port

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-11-26 14:36:17 +08:00
parent 70b543f7c2
commit 745a69e7ce

View file

@ -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