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:
32fdabe
)
fix merge conflicts
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 17 Oct 2007 07:57:45 +0000
(07:57 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Wed, 17 Oct 2007 07:57:45 +0000
(07:57 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
52d3c32
..
33f7ef5
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-479,16
+479,11
@@
int edg_wll_GenerateSubjobIds(
retjobs == NULL)
return edg_wll_SetError(ctx, ENOMEM, NULL);
-/* TODO: merge */
-<<<<<<< context.c
- if ( !seed || !strcmp(seed, "(nil)") ) {
-=======
if ( !seed ) {
->>>>>>> 1.23.2.10
intseed = strdup("edg_wll_GenerateSubjobIds()");
- }
- else
+ } else {
intseed = strdup(seed);
+ }
for (subjob = 0; subjob < num_subjobs; subjob++) {