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
342a039c
Commit
342a039c
authored
May 15, 2003
by
Leigh B. Stoller
Browse files
Minor bug fix to TBImageLoadMaxOkay().
parent
e6644faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
342a039c
...
...
@@ -1688,7 +1688,7 @@ sub TBImageLoadMaxOkay($$;@)
}
foreach my $OS ($query_result->fetchrow()) {
if ($OS && (!TBOSLoadMaxOkay($
imageid
,$node_count,@nodes))) {
if ($OS && (!TBOSLoadMaxOkay($
OS
,$node_count,@nodes))) {
return 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