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
1605b28f
Commit
1605b28f
authored
Oct 07, 2003
by
Leigh B. Stoller
Browse files
Damn, Damn. Minor cleanup at last minute was wrong!
parent
475b98a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/bootvnodes
View file @
1605b28f
...
...
@@ -144,7 +144,7 @@ if (! @tmccresults) {
}
foreach
my
$str
(
@tmccresults
)
{
if
(
$
_
=~
/^VNODEID=([-\w]+) JAILED=(\d)$/
)
{
if
(
$
str
=~
/^VNODEID=([-\w]+) JAILED=(\d)$/
)
{
$curvnodelist
{
$
1
}
=
$
2
;
}
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