Skip to content
GitLab
Menu
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
73d65e68
Commit
73d65e68
authored
Nov 02, 2001
by
Robert Ricci
Browse files
Minor fix to avoid an unititialized variable warning.
parent
7d83a33c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit.in
View file @
73d65e68
...
@@ -566,7 +566,7 @@ sub doMakeVlan($@) {
...
@@ -566,7 +566,7 @@ sub doMakeVlan($@) {
my
$vlan_name
=
shift
;
my
$vlan_name
=
shift
;
my
@ports
=
@_
;
my
@ports
=
@_
;
my
$errors
;
my
$errors
=
0
;
if
(
@stacks
>
1
)
{
if
(
@stacks
>
1
)
{
die
"
VLAN creation accross multiple stacks is not yet supported
\n
";
die
"
VLAN creation accross multiple stacks is not yet supported
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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