summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xtranssock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xtranssock.c b/Xtranssock.c
index d5c967b..f562b7a 100644
--- a/Xtranssock.c
+++ b/Xtranssock.c
@@ -621,7 +621,7 @@ TRANS(SocketOpenCOTSServer) (Xtransport *thistrans, const char *protocol,
const char *host, const char *port)
{
- XtransConnInfo ciptr;
+ XtransConnInfo ciptr = NULL;
int i = -1;
prmsg (2,"SocketOpenCOTSServer(%s,%s,%s)\n", protocol, host, port);