diff --git a/protogeni/lib/GeniCMV2.pm.in b/protogeni/lib/GeniCMV2.pm.in index 9ef2e525bc4720e0c2d1eb8080469818cff6ec3e..c3e7c35453393256ee11ca03c8ad47de245ab24a 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) {