Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
f1c4b330
Commit
f1c4b330
authored
Nov 02, 2011
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a cut/paste error.
parent
5008f09a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/snmpit_test/snmpit_test.in
tbsetup/snmpit_test/snmpit_test.in
+1
-1
No files found.
tbsetup/snmpit_test/snmpit_test.in
View file @
f1c4b330
...
...
@@ -3188,7 +3188,7 @@ sub doMakeVlan($$@) {
VLan
->
RecordVlanInsertion
(
$source_vlan
,
$stack
->
{
STACKID
});
}
if
(
defined
(
$target_vlan
)
&&
$target_vlan
->
KeepInSync
())
{
setSwitchTrunkPath
(
$
source
_vlan
);
setSwitchTrunkPath
(
$
target
_vlan
);
VLan
->
RecordVlanInsertion
(
$target_vlan
,
$stack
->
{
STACKID
});
}
}
...
...
Write
Preview
Markdown
is supported
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