From 23f93e97e614a1ae593f93a927146cb254b57224 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 6 Sep 2018 07:19:43 -0600 Subject: [PATCH] Fix typo that was causing slices to get stuck terminating. --- protogeni/lib/GeniCMV2.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protogeni/lib/GeniCMV2.pm.in b/protogeni/lib/GeniCMV2.pm.in index 9ef2e525b..c3e7c3545 100755 --- a/protogeni/lib/GeniCMV2.pm.in +++ b/protogeni/lib/GeniCMV2.pm.in @@ -966,7 +966,7 @@ sub DeleteSlice($) # The monitor has stopped and we have the lock. Clear the # cancel flag so we can actually terminate (checked in endexp). # - $slice_experiment->SetCancelFlag(1); + $slice_experiment->SetCancelFlag(0); } my $retval = GeniCM::CleanupDeadSlice($slice, 1); if ($retval) { -- GitLab