diff options
-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) */ |