summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-20 01:50:35 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-20 01:50:35 +0000
commit57e927d7340494bb5fdd73c04c9e1f33379b9b75 (patch)
tree3fbd147ed380ca029ec8b902157dbb78821ea104
parentfe7e9b5b69e42b92a1e0aac4faef8c1c9d21ac96 (diff)
Initialize manufacturerDisplayID.length to 0 too.
-rw-r--r--ChangeLog5
-rw-r--r--xdmcp.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 244d591..b642e9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-19 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * xdmcp.c (request_respond):
+ Initialize manufacturerDisplayID.length to 0 too.
+
2006-06-02 Alan Coopersmith <alan.coopersmith@sun.com>
* greeter/Login.c:
diff --git a/xdmcp.c b/xdmcp.c
index 5b8e616..8dc6815 100644
--- a/xdmcp.c
+++ b/xdmcp.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/xdm/xdmcp.c,v 1.4 2004/08/07 19:22:01 alanc Exp $ */
+/* $XdotOrg: app/xdm/xdmcp.c,v 1.5 2005/07/05 18:52:33 alanc Exp $ */
/* $Xorg: xdmcp.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
@@ -960,6 +960,7 @@ request_respond (
authorizationName.data = 0;
authorizationData.length = 0;
authorizationData.data = 0;
+ manufacturerDisplayID.length = 0;
manufacturerDisplayID.data = 0;
if (XdmcpReadCARD16 (&buffer, &displayNumber) &&
XdmcpReadARRAY16 (&buffer, &connectionTypes) &&