xwayland: Use _exit() when exec() fails
Similar to 3b64d6 but for when we fork the X server.
This commit is contained in:
@@ -72,7 +72,7 @@ weston_xserver_handle_event(int listen_fd, uint32_t mask, void *data)
|
|||||||
"-terminate",
|
"-terminate",
|
||||||
NULL) < 0)
|
NULL) < 0)
|
||||||
weston_log("exec failed: %m\n");
|
weston_log("exec failed: %m\n");
|
||||||
exit(-1);
|
_exit(EXIT_FAILURE);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
weston_log("forked X server, pid %d\n", wxs->process.pid);
|
weston_log("forked X server, pid %d\n", wxs->process.pid);
|
||||||
|
|||||||
Reference in New Issue
Block a user