diff --git a/test-server/test-echo.c b/test-server/test-echo.c index ec83de3a..c714b5b6 100644 --- a/test-server/test-echo.c +++ b/test-server/test-echo.c @@ -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;