mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
record: fix reply structs
Fixes: 4d4fd5866e
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
87468931cc
commit
c654da4534
@@ -2162,7 +2162,6 @@ ProcRecordGetContext(ClientPtr client)
|
||||
swapl(&stuff->context);
|
||||
|
||||
RecordContextPtr pContext;
|
||||
xRecordGetContextReply rep;
|
||||
RecordClientsAndProtocolPtr pRCAP;
|
||||
int nRCAPs = 0;
|
||||
GetContextRangeInfoPtr pRangeInfo;
|
||||
@@ -2275,7 +2274,7 @@ ProcRecordGetContext(ClientPtr client)
|
||||
swapl(&reply.length);
|
||||
swapl(&reply.nClients);
|
||||
}
|
||||
WriteToClient(client, sizeof(xRecordGetContextReply), &rep);
|
||||
WriteToClient(client, sizeof(xRecordGetContextReply), &reply);
|
||||
|
||||
/* write all the CLIENT_INFOs */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user