diff options
author | Keith Packard <keithp@keithp.com> | 2014-08-12 16:34:24 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-08-12 16:34:24 -0700 |
commit | d09c9ddb866dea31e2adf82be329d5d3489718f5 (patch) | |
tree | 4c8baf880905afef779c587f7e71a4513ec2e31a /os | |
parent | 606b701c563c10f01dec147e061fa00cda784a9d (diff) | |
parent | ab32ee35890be51137b56525826ffe219b63eb88 (diff) |
Merge remote-tracking branch 'jeremyhu/master'
Diffstat (limited to 'os')
-rw-r--r-- | os/connection.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/connection.c b/os/connection.c index 40d9ff39b..f915e1295 100644 --- a/os/connection.c +++ b/os/connection.c @@ -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) */ |