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:
314b454
)
Fix crash in register sandbox.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 13 Feb 2013 10:01:27 +0000
(11:01 +0100)
committer
root
<root@myriad7.zcu.cz>
Wed, 13 Feb 2013 13:09:39 +0000
(14:09 +0100)
org.glite.lb.client/src/register_sandbox.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/register_sandbox.c
b/org.glite.lb.client/src/register_sandbox.c
index
9064be0
..
a7ead86
100644
(file)
--- a/
org.glite.lb.client/src/register_sandbox.c
+++ b/
org.glite.lb.client/src/register_sandbox.c
@@
-67,6
+67,7
@@
int main(int argc,char **argv)
{ "source",1,NULL,'s' },
{ "sequence",1,NULL,'c' },
{ "subjobs",1,NULL,'n' },
+ { NULL, 0, NULL, 0 },
};
char *jobid_s = NULL, *ftjobid_s = NULL, *from = NULL, *to = NULL, *source_s = "LRMS",