From cc885e471436f14e3b6a6eab489e8d58aae40fd8 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 6 Nov 2016 10:07:40 +0000 Subject: [PATCH] Remove a server reset that was there for compatilibity with "old" servers --- app/xenodm/xenodm/dm.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/xenodm/xenodm/dm.c b/app/xenodm/xenodm/dm.c index 1b3081e92..41aeefb7e 100644 --- a/app/xenodm/xenodm/dm.c +++ b/app/xenodm/xenodm/dm.c @@ -570,14 +570,6 @@ StartDisplay (struct display *d) Debug ("SetLocalAuthorization %s, auth %s\n", d->name, d->authNames[0]); SetLocalAuthorization (d); - /* - * reset the server after writing the authorization information - * to make it read the file (for compatibility with old - * servers which read auth file only on reset instead of - * at first connection) - */ - if (d->serverPid != -1 && d->resetForAuth && d->resetSignal) - kill (d->serverPid, d->resetSignal); } if (d->serverPid == -1 && !StartServer (d)) {