Give XI2 requests a chance if server and client endianess differ.
There are more bugs in this code though.
This commit is contained in:
parent
98c5b36dbb
commit
6e1b78e41d
@ -429,7 +429,7 @@ static int
|
||||
SProcIDispatch(ClientPtr client)
|
||||
{
|
||||
REQUEST(xReq);
|
||||
if (stuff->data > IREQUESTS || !SProcIVector[stuff->data])
|
||||
if (stuff->data > (IREQUESTS + XI2REQUESTS) || !SProcIVector[stuff->data])
|
||||
return BadRequest;
|
||||
|
||||
return (*SProcIVector[stuff->data])(client);
|
||||
|
Loading…
Reference in New Issue
Block a user