diff options
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; |