update test echo for iface info member namechange

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-12 10:10:32 +08:00
parent cecf5e73cf
commit 728569af60

View file

@ -270,7 +270,7 @@ int main(int argc, char **argv)
#endif
info.port = listen_port;
info.interface = interface;
info.iface = interface;
info.protocols = protocols;
#ifndef LWS_NO_EXTENSIONS
info.extensions = libwebsocket_internal_extensions;