mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
echo test app needs different lockfile
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
676bac2583
commit
0f13459048
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue