diff options
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glxext.c b/glx/glxext.c index 593e05309..b234afcd0 100644 --- a/glx/glxext.c +++ b/glx/glxext.c @@ -583,7 +583,7 @@ static int __glXDispatch(ClientPtr client) ResetCurrentRequest(client); client->sequence--; IgnoreClient(client); - return(client->noClientException); + return Success; } /* |