git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f7d0d
)
initialise msg to NULL
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 10 Oct 2005 20:15:05 +0000
(20:15 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/prod_proto.c
b/org.glite.lb.client/src/prod_proto.c
index
97a68ea
..
0eb6948
100644
(file)
--- 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;