summaryrefslogtreecommitdiff
path: root/daemon/auth.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-08-17 11:40:14 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-08-17 11:40:14 +0000
commite8abf2f1c109f9cd12262c913dbc8d30dc73f9a4 (patch)
tree643881706e691e9baf4e73e49aaddaa998247f4c /daemon/auth.c
parentef2598535b328c1fe3cfa318950b1cb4f87b791d (diff)
downloadgdm-e8abf2f1c109f9cd12262c913dbc8d30dc73f9a4.tar.gz
Finish implementation of flexible servers and lots of related cleanup and
Fri Aug 17 04:42:34 2001 George Lebl <jirka@5z.com> * daemon/auth.c, daemon/display.c, daemon/gdm-net.[ch], daemon/gdm.[ch], daemon/server.[ch], daemon/slave.[ch]: Finish implementation of flexible servers and lots of related cleanup and restructuring that was related. * daemon/server.c: close all fd's when running the X server. * gui/gdmflexiserver.c: implement the updated protocol and implement all the error codes * gui/Makefile.am, gui/gdmflexiserver(|-xnest).desktop.in, po/POTFILEs.in: Add launchers for new flexi server and new xnest flexiserver * gui/gdmlogin.c, daemon/slave.c: On flexi servers add the "Quit" menu thingie, since it's just as useful as in xdmcp case here. It should probably be a close button, not a Quit button. I dunno.
Diffstat (limited to 'daemon/auth.c')
-rw-r--r--daemon/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index e1f54ce7..603482f2 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -128,7 +128,7 @@ gdm_auth_secure_display (GdmDisplay *d)
/* If this is a local display the struct hasn't changed and we
* have to eat up old authentication cookies before baking new
* ones... */
- if (SERVER_IS_OURS (d) && d->auths) {
+ if (SERVER_IS_LOCAL (d) && d->auths) {
GSList *alist = d->auths;
while (alist && alist->data) {