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
f22ad423
Commit
f22ad423
authored
Sep 18, 2003
by
Leigh B. Stoller
Browse files
Minor bug fix; vhosts where ending up as fixed nodes in the top file
during a modify. Not supposed to!
parent
da0a1419
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
f22ad423
...
...
@@ -3423,8 +3423,8 @@ sub CreateTopFile()
# NB: This must be done last since we create internal nodes above.
#
foreach
my
$node
(
keys
(
%fixed_nodes
))
{
if
(
!
virtnodeusewan
(
$node
)
&&
(
virtnodeisvnode
(
$node
)
||
exists
$delaynodes
{
$node
}))
{
if
(
(
virtnodeisvnode
(
$node
)
&&
!
virtnodeusewan
(
$node
)
)
||
exists
(
$delaynodes
{
$node
}))
{
my
$pnode
=
$fixed_nodes
{
$node
};
print
TOPFILE
"
fix-node
$node
$pnode
\n
";
...
...
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