summaryrefslogtreecommitdiff
path: root/src/getauth.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:40 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:40 +0000
commita4b29bd17ae57f76103d2aeb90659560741a67b9 (patch)
treeb8a8241378b752cbc7ef7041ac8100fedc7239c4 /src/getauth.c
parentee452992357329f7af846eba8f5bbe61c5d27bfa (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/getauth.c')
-rw-r--r--src/getauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/getauth.c b/src/getauth.c
index 50024bd..9c3e52a 100644
--- a/src/getauth.c
+++ b/src/getauth.c
@@ -26,6 +26,7 @@ in this Software without prior written authorization from The Open Group.
Author: Ralph Mor, X Consortium
******************************************************************************/
+/* $XFree86: xc/lib/ICE/getauth.c,v 1.3 2001/12/14 19:53:35 dawes Exp $ */
#include <X11/ICE/ICElib.h>
#include "ICElibint.h"
@@ -98,7 +99,7 @@ unsigned short *authDataLenRet;
char **authDataRet;
{
- IceAuthDataEntry *entry;
+ IceAuthDataEntry *entry = NULL;
int found = 0;
int i;