Default to -noreset

This commit is contained in:
Lauri Kasanen 2013-12-13 20:31:13 +02:00
parent a11245fcf0
commit 02356d862d
1 changed files with 1 additions and 1 deletions

View File

@ -3390,7 +3390,7 @@ ProcNoOperation(register ClientPtr client)
* then killed again, the client is really destroyed.
*********************/
char dispatchExceptionAtReset = DE_RESET;
char dispatchExceptionAtReset = 0;
void
CloseDownClient(register ClientPtr client)