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:
f50eb8d
)
Ammending a single error in edg_wll_GetSubjobHistogram()
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 27 Oct 2006 08:22:48 +0000
(08:22 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 27 Oct 2006 08:22:48 +0000
(08:22 +0000)
org.glite.lb.server/src/jobstat.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/jobstat.c
b/org.glite.lb.server/src/jobstat.c
index
14170bf
..
ac43d9a
100644
(file)
--- a/
org.glite.lb.server/src/jobstat.c
+++ b/
org.glite.lb.server/src/jobstat.c
@@
-897,7
+897,7
@@
edg_wll_ErrorCode edg_wll_GetSubjobHistogram(edg_wll_Context ctx, edg_wlc_JobId
string_jobid = edg_wlc_JobIdUnparse(parent_jobid);
edg_wll_ResetError(ctx);
- trio_asprintf(&stmt,"select int_status from states where (jobid='%|Ss') AND (version='%|Ss')",
parent
_jobid, INTSTAT_VERSION);
+ trio_asprintf(&stmt,"select int_status from states where (jobid='%|Ss') AND (version='%|Ss')",
string
_jobid, INTSTAT_VERSION);
free(string_jobid);