mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 16:10:09 +01:00
ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging connections
pharris says that the resets should not be done in the hotplugging case.
This may fix a crash reported against XQuartz:
http://xquartz.macosforge.org/trac/ticket/869
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Peter Harris <pharris@opentext.com>
(cherry picked from commit dfbc6a1a78)
This commit is contained in:
parent
a793483e38
commit
b7a24467f7
1 changed files with 0 additions and 7 deletions
|
|
@ -1307,13 +1307,6 @@ ListenOnOpenFD(int fd, int noxauth)
|
|||
|
||||
/* Increment the count */
|
||||
ListenTransCount++;
|
||||
|
||||
/* This *might* not be needed... /shrug */
|
||||
ResetAuthorization();
|
||||
ResetHosts(display);
|
||||
#ifdef XDMCP
|
||||
XdmcpReset();
|
||||
#endif
|
||||
}
|
||||
|
||||
/* based on TRANS(SocketUNIXAccept) (XtransConnInfo ciptr, int *status) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue