summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-11-06 10:07:41 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:35 +0200
commit5eefdec0057f0f057773e1a4ab3e34d72c269586 (patch)
tree1a05eb0d9ea6a0a230cb9f2741677e347ce6161f
parent7c738c74e4337b3ea5682fd32cd56543235f596c (diff)
Remove a server reset that was there for compatilibity with "old" servers
-rw-r--r--xenodm/dm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xenodm/dm.c b/xenodm/dm.c
index 1b3081e..41aeefb 100644
--- a/xenodm/dm.c
+++ b/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))
{