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:
1f1eb2e
)
OK, one moe line: don't do crazy things on error.
author
František Dvořák
<valtri@civ.zcu.cz>
Sat, 7 Apr 2007 14:38:58 +0000
(14:38 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sat, 7 Apr 2007 14:38:58 +0000
(14:38 +0000)
org.glite.lb.server/src/userjobs.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/userjobs.c
b/org.glite.lb.server/src/userjobs.c
index
962b086
..
e90043a
100644
(file)
--- a/
org.glite.lb.server/src/userjobs.c
+++ b/
org.glite.lb.server/src/userjobs.c
@@
-66,6
+66,7
@@
int edg_wll_UserJobs(
if (edg_wll_JobStatus(ctx, out[i], -1, &(*states)[i]) != 0) {
for (j = 0; j < i; j++) edg_wll_FreeStatus(&(*states)[j]);
*states = NULL;
+ break;
}
}
err: