initialise msg to NULL
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 20:15:05 +0000 (20:15 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 20:15:05 +0000 (20:15 +0000)
org.glite.lb.client/src/prod_proto.c

index 97a68ea..0eb6948 100644 (file)
@@ -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;