unitialised variable
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 2 Aug 2006 13:21:50 +0000 (13:21 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 2 Aug 2006 13:21:50 +0000 (13:21 +0000)
org.glite.lb.server/src/srv_purge.c

index 5b3c117..e36acbe 100644 (file)
@@ -201,7 +201,7 @@ int edg_wll_PurgeServer(edg_wll_Context ctx,const edg_wll_PurgeRequest *request)
        int     i,parse = 0,dumpfile = -1;
        edg_wlc_JobId   job;
        char    *message = NULL, *response = NULL;
-       char    *tmpfname;
+       char    *tmpfname = NULL;
        int     naffected_jobs = 0;
        edg_wll_PurgeResult result;
        int             ret = HTTP_OK;