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:
923f6d2
)
fix setting seq code
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 16 Mar 2010 11:00:19 +0000
(11:00 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Tue, 16 Mar 2010 11:00:19 +0000
(11:00 +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
39264de
..
9d518b4
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-733,10
+733,10
@@
static int edg_wll_SetLoggingJobMaster(
} else {
code_loc = strdup(code);
}
+ }
- if (!edg_wll_SetSequenceCode(ctx,code_loc,seq_code_flags)) {
- edg_wll_IncSequenceCode(ctx);
- }
+ if (!edg_wll_SetSequenceCode(ctx,code_loc,seq_code_flags)) {
+ edg_wll_IncSequenceCode(ctx);
}
edg_wll_setloggingjobmaster_end: