From 06d60ce1b1d96f66a2516bfe9ab0612fbb01ceb2 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 8 Dec 2010 08:45:00 -0700 Subject: [PATCH] Minor bug fix for StartSlivers() call. --- tbsetup/os_setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbsetup/os_setup.in b/tbsetup/os_setup.in index 974e0d4a7..4069a569b 100755 --- a/tbsetup/os_setup.in +++ b/tbsetup/os_setup.in @@ -698,7 +698,7 @@ if (keys(%geninodes)) { if (! $geni_setup_pid) { TBdbfork(); # So we get the event system fork too ... - if (libGeni::StartSlivers($experiment, $this_user, 0, $dbg)) { + if (libGeni::StartSlivers($experiment, $this_user, $dbg)) { print STDERR "*** Could not start Geni slivers\n"; exit(-1); } -- GitLab