diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:40 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:40 +0000 |
commit | a4b29bd17ae57f76103d2aeb90659560741a67b9 (patch) | |
tree | b8a8241378b752cbc7ef7041ac8100fedc7239c4 /src/getauth.c | |
parent | ee452992357329f7af846eba8f5bbe61c5d27bfa (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/getauth.c')
-rw-r--r-- | src/getauth.c | 3 |
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; |