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:
2a226d6
)
incorrectly placed goto label
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 25 Oct 2007 10:30:48 +0000
(10:30 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 25 Oct 2007 10:30:48 +0000
(10:30 +0000)
org.glite.lb.server/src/srv_purge.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/srv_purge.c
b/org.glite.lb.server/src/srv_purge.c
index
b0093d4
..
d303f4a
100644
(file)
--- a/
org.glite.lb.server/src/srv_purge.c
+++ b/
org.glite.lb.server/src/srv_purge.c
@@
-345,12
+345,9
@@
int edg_wll_PurgeServer(edg_wll_Context ctx,const edg_wll_PurgeRequest *request)
}
}
glite_lbu_FreeStmt(&s);
-abort:
- // just for escaping from nested cycles
- ; /* prevent compiler to complain */
- }
-
+ }
+abort:
if (parse && !edg_wll_Error(ctx,NULL,NULL))
{
if ( naffected_jobs ) {