diff --git a/test-server/test-echo.c b/test-server/test-echo.c index c714b5b6..2cfe1e3b 100644 --- a/test-server/test-echo.c +++ b/test-server/test-echo.c @@ -237,7 +237,7 @@ int main(int argc, char **argv) * simplify getting started without having to take care about * permissions or running as root, set to /tmp/.lwsts-lock */ - if (!client && daemonize && lws_daemonize("/tmp/.lwsts-lock")) { + if (!client && daemonize && lws_daemonize("/tmp/.lwstecho-lock")) { fprintf(stderr, "Failed to daemonize\n"); return 1; }