proper variable inicialization
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 17 Jan 2005 16:14:21 +0000 (16:14 +0000)
committerMiloš 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

index 79caeb7..f97860b 100644 (file)
@@ -362,7 +362,7 @@ int edg_wll_NotifDropServer(
        edg_wll_NotifId                            *nid)
 {
        char       *nid_s = NULL,
-                          *stmt;
+                          *stmt = NULL;
        int                     ret;