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
e6e0405a
Commit
e6e0405a
authored
Jun 20, 2008
by
Leigh B. Stoller
Browse files
Minor change to previous revision; need to call TBResolveNextOSID() on
the osid.
parent
5340df4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_select.in
View file @
e6e0405a
...
...
@@ -145,8 +145,7 @@ foreach my $node (@nodes) {
my
$nodeobject
=
Node
->
Lookup
(
$node
);
fatal
("
Could not map
$node
to its object
")
if
(
!
defined
(
$nodeobject
));
$osid
=
$nodeobject
->
default_osid
();
$osid
=
TBResolveNextOSID
(
$nodeobject
->
default_osid
());
my
$osinfo
=
OSinfo
->
Lookup
(
$osid
);
fatal
("
Improper DB entry for OSID:
$osid
")
if
(
!
defined
(
$osinfo
));
...
...
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