summaryrefslogtreecommitdiff
path: root/daemon/xdmcp.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-07-09 17:16:59 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-07-09 17:16:59 +0000
commited9fbb6e14f5059e2b05dfc02a49bcc2ef0aca9f (patch)
treebb8728c592038f898f1d4bd34a87144986f4c13e /daemon/xdmcp.c
parent66fd78c9ec917cd9beabb3a2e7c334841b88d429 (diff)
downloadgdm-ed9fbb6e14f5059e2b05dfc02a49bcc2ef0aca9f.tar.gz
Fix some errors with server starting, fix alarm/sleep collisions, add a
Tue Jul 09 10:27:51 2002 George Lebl <jirka@5z.com> * config/gdm.conf.in, daemon/gdm.[ch], daemon/server.c, daemon/slave.c, daemon/xdmcp.c: Fix some errors with server starting, fix alarm/sleep collisions, add a handled flag to servers so that we can setup unhandled X servers (such as for X terminals)
Diffstat (limited to 'daemon/xdmcp.c')
-rw-r--r--daemon/xdmcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/xdmcp.c b/daemon/xdmcp.c
index 2215f7df..ede9f0f2 100644
--- a/daemon/xdmcp.c
+++ b/daemon/xdmcp.c
@@ -1531,6 +1531,8 @@ gdm_xdmcp_display_alloc (struct in_addr *addr, const char *hostname, gint displa
d->acctime = time (NULL);
d->dispnum = displaynum;
+ d->handled = TRUE;
+
#ifdef __linux__
d->vt = -1;
#endif