summaryrefslogtreecommitdiff
path: root/dpylist.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:11 +0000
commit90bb927330a88d3ae026b10ec5419cd3348b4f81 (patch)
treef3632f73afb5aba51d9d7168eae10a9bab6344d0 /dpylist.c
parent5ff0e2bd4b76abb1cd1827c8294843ab0c4fe686 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'dpylist.c')
-rw-r--r--dpylist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dpylist.c b/dpylist.c
index cbd8009..3b749a1 100644
--- a/dpylist.c
+++ b/dpylist.c
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/dpylist.c,v 1.5 2001/12/14 20:01:21 dawes Exp $ */
+/* $XFree86: xc/programs/xdm/dpylist.c,v 1.6 2003/07/09 15:27:38 tsi Exp $ */
/*
* xdm - display manager daemon
@@ -258,6 +258,7 @@ NewDisplay (char *name, char *class)
d->clientAddr.data = NULL;
d->clientAddr.length = 0;
d->connectionType = 0;
+ d->xdmcpFd = -1;
#endif
d->version = 1; /* registered with The Open Group */
displays = d;