diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:46 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:46 +0000 |
commit | 72e353567f8927996a26e72848d86f692c3f0737 (patch) | |
tree | b8a8241378b752cbc7ef7041ac8100fedc7239c4 /src/protosetup.c | |
parent | ee452992357329f7af846eba8f5bbe61c5d27bfa (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'src/protosetup.c')
-rw-r--r-- | src/protosetup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protosetup.c b/src/protosetup.c index 78be316..287932a 100644 --- a/src/protosetup.c +++ b/src/protosetup.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/protosetup.c,v 1.3 2001/12/14 19:53:36 dawes Exp $ */ #include <X11/ICE/ICElib.h> #include "ICElibint.h" @@ -58,7 +59,7 @@ char *errorStringRet; unsigned long setup_sequence; IceReplyWaitInfo replyWait; _IceReply reply; - IcePoVersionRec *versionRec; + IcePoVersionRec *versionRec = NULL; int authCount; int *authIndices; |