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
dbfcc946
Commit
dbfcc946
authored
May 07, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
ddd949e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
dbfcc946
...
...
@@ -6684,7 +6684,7 @@ sub nodejailosid($$)
else {
if (!defined($osinfo->nextosid())) {
tbwarn("nodejailosid: no nextosid defined for $osinfo\n");
return
undef
;
return
$osinfo->osid()
;
}
$nextosinfo = $osinfo->ResolveNextOSID($self->experiment());
if (!defined($nextosinfo)) {
...
...
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