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:
e402639
)
Attempt fix for bug #73206
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 27 Sep 2010 12:50:08 +0000
(12:50 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 27 Sep 2010 12:50:08 +0000
(12:50 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
b9616cd
..
47d2d04
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-870,7
+870,7
@@
static int edg_wll_RegisterJobMaster(
/* send the RegJob event message */
if ((err = edg_wll_LogEventMaster(ctx,flags,
EDG_WLL_EVENT_REGJOB, EDG_WLL_FORMAT_REGJOB,
- (char *)jdl,ns,parent,type_s,num_subjobs,seed,wms_dn_s)) != 0 ) {
+ (char *)jdl,ns,parent
_s
,type_s,num_subjobs,seed,wms_dn_s)) != 0 ) {
edg_wll_UpdateError(ctx,EINVAL,"edg_wll_RegisterJobMaster(): unable to register job");
goto edg_wll_registerjobmaster_end;
}