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
54eb1dea
Commit
54eb1dea
authored
Jan 06, 2005
by
Leigh B. Stoller
Browse files
Left out call to endStateWait(). No biggie; just being pedantic.
parent
95d16cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/node_admin.in
View file @
54eb1dea
...
...
@@ -226,10 +226,13 @@ if ($reboot) {
die
("
*** $0:
\n
"
.
"
Failed in waitForState!
\n
");
}
endStateWait
();
if
(
@failed
)
{
die
("
*** $0:
\n
"
.
"
Failed to boot MFS:
@failed
\n
");
}
}
}
exit
(
0
);
...
...
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