mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-21 16:50:41 +01:00
Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener is flagged as such
(cherry picked from commit ba4a792426)
This commit is contained in:
parent
0b2ab2327e
commit
e013272fa8
1 changed files with 4 additions and 0 deletions
|
|
@ -908,6 +908,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…
Add table
Reference in a new issue