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
6d9c618d
Commit
6d9c618d
authored
Jun 15, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
9ceebeb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
db/Lan.pm.in
db/Lan.pm.in
+3
-3
No files found.
db/Lan.pm.in
View file @
6d9c618d
#
!/usr/bin/perl -wT
#
#
Copyright
(
c
)
2007
-
201
4
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2007
-
201
5
University
of
Utah
and
the
Flux
Group
.
#
#
{{{
EMULAB
-
LICENSE
#
...
...
@@ -3691,8 +3691,8 @@ sub GetLinkedTo($$;$)
# Convert to VLan;
my @tmp = ();
foreach my $lan (@result) {
bless($lan, $class
);
push(@tmp, $lan);
my $vlan = VLan->Lookup($lan->lanid()
);
push(@tmp, $
v
lan);
}
return @tmp;
}
...
...
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