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:
82ba49e
)
null value of seed is transfered to server correctly now, no workarround needed
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:28:23 +0000
(16:28 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 12 Jun 2007 16:28:23 +0000
(16:28 +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
3614795
..
3bb6bc3
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-475,8
+475,7
@@
int edg_wll_GenerateSubjobIds(
retjobs == NULL)
return edg_wll_SetError(ctx, ENOMEM, NULL);
- // XXX: nasty! add correct escaping of NULL
- if ( !seed || !strcmp(seed, "(nil)") ) {
+ if ( !seed ) {
intseed = strdup("edg_wll_GenerateSubjobIds()");
}
else