echo test app needs different lockfile 90/3090/1
authorAndy Green <andy.green@linaro.org>
Tue, 12 Feb 2013 14:44:43 +0000 (22:44 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:35 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/test-echo.c

index c714b5b..2cfe1e3 100644 (file)
@@ -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;
        }