incorrectly placed goto label
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 25 Oct 2007 10:30:48 +0000 (10:30 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 25 Oct 2007 10:30:48 +0000 (10:30 +0000)
org.glite.lb.server/src/srv_purge.c

index b0093d4..d303f4a 100644 (file)
@@ -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 ) {