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:
3b13267
)
proper variable inicialization
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 17 Jan 2005 16:14:21 +0000
(16:14 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 17 Jan 2005 16:14:21 +0000
(16:14 +0000)
- prevent server coredumping when quering unknown notifid
org.glite.lb.server/src/notification.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/notification.c
b/org.glite.lb.server/src/notification.c
index
79caeb7
..
f97860b
100644
(file)
--- a/
org.glite.lb.server/src/notification.c
+++ b/
org.glite.lb.server/src/notification.c
@@
-362,7
+362,7
@@
int edg_wll_NotifDropServer(
edg_wll_NotifId *nid)
{
char *nid_s = NULL,
- *stmt;
+ *stmt
= NULL
;
int ret;