*** empty log message ***
authorJan Pospíšil <honik@ntc.zcu.cz>
Mon, 4 Sep 2006 19:34:25 +0000 (19:34 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Mon, 4 Sep 2006 19:34:25 +0000 (19:34 +0000)
org.glite.lb.utils/src/mon-db.c

index fa77572..1478659 100644 (file)
@@ -58,7 +58,6 @@ int main(int argc,char **argv)
                        edg_wll_FreeStmt(&sh);
                        do_exit(ctx,EX_SOFTWARE);
                }
-               
                jobs[atoi(str[0])] = atoi(str[1]);
                if (str[0]) free(str[0]);
                if (str[1]) free(str[1]);