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
d9d95fca
Commit
d9d95fca
authored
Mar 13, 2013
by
Jonathon Duerig
Browse files
Bugfix to previous revision.
parent
a5da363e
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniXML.pm.in
View file @
d9d95fca
...
...
@@ -695,8 +695,8 @@ sub GetDelayPipes($)
sub
IsUntaggedLan
($)
{
my
($
link
)
=
@
_
;
my
@
result
=
FindNodeNS
(
"n:untagged_vlan"
,
$
link
,
$
EMULAB_NS
)->
get_nodelist
();
my
@
result
=
FindNode
s
NS
(
"n:untagged_vlan"
,
$
link
,
$
EMULAB_NS
)->
get_nodelist
();
return
scalar
(@
result
)
>
0
;
}
...
...
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