More work on Bug #8875: revert previous fix and try using client argument
instead of serverClient. Also don't use totalClientSize as it is not initialized until after the first call to InitClient.
This commit is contained in:
@@ -3682,7 +3682,6 @@ extern unsigned totalClientSize;
|
||||
|
||||
void InitClient(ClientPtr client, int i, pointer ospriv)
|
||||
{
|
||||
bzero(client, totalClientSize);
|
||||
client->index = i;
|
||||
client->sequence = 0;
|
||||
client->clientAsMask = ((Mask)i) << CLIENTOFFSET;
|
||||
|
||||
Reference in New Issue
Block a user