mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener is flagged as such
This commit is contained in:
parent
c6d92c5206
commit
ba4a792426
1 changed files with 4 additions and 0 deletions
|
|
@ -883,6 +883,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