update test echo for iface info member namechange 80/3080/1
authorAndy Green <andy.green@linaro.org>
Tue, 12 Feb 2013 02:10:32 +0000 (10:10 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:34 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/test-echo.c

index ec83de3..c714b5b 100644 (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;