Don't sleep(1) at server exit.

This commit is contained in:
Adam Jackson 2007-11-08 17:25:36 -05:00
parent f7dd0c72b8
commit cecac79445

View File

@ -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