Use xenodm where applicable in comments

This commit is contained in:
matthieu 2016-10-23 12:50:49 +00:00
parent 6098c35094
commit 6cbc37ff18
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ typedef enum displayStatus { running, notRunning, zombie, phoenix } DisplayStatu
/*
* local - server runs on local host
* foreign - server runs on remote host -- unsupported in redm
* foreign - server runs on remote host -- unsupported in xenodm
* permanent - session restarted when it exits
* transient - session not restarted when it exits
* fromFile - started via entry in servers file
@ -103,7 +103,7 @@ typedef struct displayType {
# define Transient 0
# define FromFile 1
# define FromXDMCP 0 /* unsupported in redm */
# define FromXDMCP 0 /* unsupported in xenodm */
extern DisplayType parseDisplayType (char *string, int *usedDefault);

View File

@ -873,7 +873,7 @@ SetUserAuthorization (struct display *d, struct verify_info *verify)
}
}
/* now write other authorizations */
/* XXX This is a no-op on redm */
/* XXX This is a no-op on xenodm */
for (i = 0; i < d->authNum; i++)
{
if (i != magicCookie)