summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-08-04 21:33:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-08-04 21:33:15 +0000
commit0ae85eb25386c471ef643b50dc9952cd8cec911c (patch)
tree296356d12c781719056d940efb40fb10b41dbec4
parent0003ff1bcc03288889582ab1c75197054f83d313 (diff)
downloadgdm-0ae85eb25386c471ef643b50dc9952cd8cec911c.tar.gz
fix crash when indirect display expires
Mon Aug 04 14:28:54 2003 George Lebl <jirka@5z.com> * daemon/choose.c: fix crash when indirect display expires
-rw-r--r--ChangeLog4
-rw-r--r--daemon/choose.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7af65dd4..bcc2e34e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 04 14:28:54 2003 George Lebl <jirka@5z.com>
+
+ * daemon/choose.c: fix crash when indirect display expires
+
Mon Aug 04 13:43:29 2003 George Lebl <jirka@5z.com>
* daemon/misc.c: Fixed #118878 by actually ensuring the /tmp/.ICE-unix
diff --git a/daemon/choose.c b/daemon/choose.c
index 3e03b2c5..857f0bdf 100644
--- a/daemon/choose.c
+++ b/daemon/choose.c
@@ -232,6 +232,7 @@ gdm_choose_indirect_lookup (struct sockaddr_in *clnt_sa)
gdm_debug ("gdm_choose_indirect_check: Disposing stale INDIRECT query from %s",
inet_ntoa (clnt_sa->sin_addr));
gdm_choose_indirect_dispose (id);
+ continue;
}
if (id->dsp_sa->sin_addr.s_addr == clnt_sa->sin_addr.s_addr) {