summaryrefslogtreecommitdiff
path: root/xdmcp.c
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 /xdmcp.c
parentfe7e9b5b69e42b92a1e0aac4faef8c1c9d21ac96 (diff)
Initialize manufacturerDisplayID.length to 0 too.
Diffstat (limited to 'xdmcp.c')
-rw-r--r--xdmcp.c3
1 files changed, 2 insertions, 1 deletions
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) &&