Remove a server reset that was there for compatilibity with "old" servers

This commit is contained in:
matthieu 2016-11-06 10:07:40 +00:00
parent 5b32b31147
commit cc885e4714

View File

@ -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))
{