From c0951a1bf3dca8134c1238f0d8aeb67658720ec1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 10 Oct 2005 20:15:05 +0000 Subject: [PATCH] initialise msg to NULL --- org.glite.lb.client/src/prod_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client/src/prod_proto.c b/org.glite.lb.client/src/prod_proto.c index 97a68ea..0eb6948 100644 --- a/org.glite.lb.client/src/prod_proto.c +++ b/org.glite.lb.client/src/prod_proto.c @@ -145,7 +145,7 @@ static int get_reply_gss(edg_wll_Context context, edg_wll_GssConnection *conn, char **buf, int *code_min) { - char *msg; + char *msg = NULL; int code; struct reader_data data; -- 1.8.2.3