From: Miloš Mulač Date: Thu, 25 Oct 2007 10:30:48 +0000 (+0000) Subject: incorrectly placed goto label X-Git-Tag: org-gridsite-core_R_1_5_3~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a6604186668852e1d66c30fa293431978c494761;p=jra1mw.git incorrectly placed goto label --- diff --git a/org.glite.lb.server/src/srv_purge.c b/org.glite.lb.server/src/srv_purge.c index b0093d4..d303f4a 100644 --- 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 ) {