Re: [PATCH xserver] os: Treat ssh as a non-local client (v2)

2015-12-16 Thread Michel Dänzer
On 12.12.2015 22:23, Mark Kettenis wrote: >> >> @@ -1116,6 +1116,27 @@ ComputeLocalClient(ClientPtr client) >> return FALSE; >> } >> >> +/* Is client on the local host */ >> +Bool >> +ComputeLocalClient(ClientPtr client) >> +{ >> +if (!xtransLocalClient(client)) >> +return

Re: [PATCH xserver] os: Treat ssh as a non-local client (v2)

2015-12-12 Thread Mark Kettenis
> From: =?UTF-8?q?Michel=20D=C3=A4nzer?= > Date: Fri, 11 Dec 2015 11:28:51 +0900 > > By the time we get to ComputeLocalClient, we've already done > NextAvailableClient → ReserveClientIds → > DetermineClientCmd (assuming we're built with #define CLIENTIDS), so > we can