Don't sleep(1) at server exit.
This commit is contained in:
		
							parent
							
								
									f7dd0c72b8
								
							
						
					
					
						commit
						cecac79445
					
				| 
						 | 
					@ -1307,7 +1307,7 @@ AbortDDX()
 | 
				
			||||||
  /*
 | 
					  /*
 | 
				
			||||||
   * try to restore the original video state
 | 
					   * 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 */
 | 
					  /* Need the sleep when starting X from within another X session */
 | 
				
			||||||
  sleep(1);
 | 
					  sleep(1);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue