Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8e63cd79
Commit
8e63cd79
authored
Sep 19, 2006
by
Leigh B. Stoller
Browse files
Yet another minor bug that was preventing program agents from
stopping!
parent
6a97f80e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/template_exprun.in
View file @
8e63cd79
...
...
@@ -683,7 +683,7 @@ sub SignalProgAgents($)
my
(
$action
)
=
@_
;
my
$agent
;
if
(
$action
eq
"
STOP
")
{
if
(
$action
eq
"
HALT
")
{
$agent
=
"
__all_programs
";
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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