mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener is flagged as such
(cherry picked from commit ba4a7924261070ad0aff7211b7a1c9581fad4646)
This commit is contained in:
parent
e6813e8de6
commit
04956b8043
1 changed files with 4 additions and 0 deletions
|
|
@ -878,6 +878,10 @@ EstablishNewConnections(ClientPtr clientUnused, pointer closure)
|
|||
ErrorConnMax(new_trans_conn);
|
||||
_XSERVTransClose(new_trans_conn);
|
||||
}
|
||||
|
||||
if(trans_conn->flags & TRANS_NOXAUTH)
|
||||
new_trans_conn->flags = new_trans_conn->flags | TRANS_NOXAUTH;
|
||||
|
||||
}
|
||||
#ifndef WIN32
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue