Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
23f93e97
Commit
23f93e97
authored
Sep 06, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo that was causing slices to get stuck terminating.
parent
e30c9aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protogeni/lib/GeniCMV2.pm.in
protogeni/lib/GeniCMV2.pm.in
+1
-1
No files found.
protogeni/lib/GeniCMV2.pm.in
View file @
23f93e97
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment