From 0f134590481ae608777ec92709f2565dd4f8e25e Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 12 Feb 2013 22:44:43 +0800 Subject: [PATCH] echo test app needs different lockfile Signed-off-by: Andy Green --- test-server/test-echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-server/test-echo.c b/test-server/test-echo.c index c714b5b..2cfe1e3 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; } -- 2.7.4