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
12b94bb5
Commit
12b94bb5
authored
Oct 11, 2016
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
3150e83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
12b94bb5
...
...
@@ -4449,7 +4449,7 @@ sub requires_delay($$$$)
}
if
(
! $virtnode->_isvtyped()) {
$
node_class
=
$
virtnode
->
typeinfo
()->
class
();
$
node_class
=
$
virtnode
->
_
typeinfo
()->
class
();
if
(
!exists($linkbws->{$node_class}{$protocol})) {
warn
(
"requires_delay(): $virtnode - invalid class $node_class!
\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