mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 02:00:08 +01:00
Don't sleep(1) at server exit.
This commit is contained in:
parent
f7dd0c72b8
commit
cecac79445
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ AbortDDX()
|
|||
/*
|
||||
* try to restore the original video state
|
||||
*/
|
||||
#ifdef HAS_USL_VTS
|
||||
#if defined(HAS_USL_VTS) && !defined(linux)
|
||||
/* Need the sleep when starting X from within another X session */
|
||||
sleep(1);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue