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
3dbba59d
Commit
3dbba59d
authored
May 09, 2002
by
Leigh B. Stoller
Browse files
Fix stupid bug I introduced; I hate lans!
parent
9570ac67
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
3dbba59d
...
...
@@ -246,7 +246,7 @@ while (($vname,$member) = $result->fetchrow_array) {
$lancount
{
$vname
}
=
0
;
}
$lancount
{
$vname
}
+=
1
;
if
(
$lancount
{
$vname
}
>
2
)
{
if
(
$lancount
{
$vname
}
>
2
&&
$vnodelans
{
$vname
}
)
{
die
("
*** $0:
\n
"
.
"
Virtual node
$node
in lan
$vname
not allowed!
\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