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
35e723b6
Commit
35e723b6
authored
Jul 23, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
d60ba3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/OSinfo.pm.in
View file @
35e723b6
...
...
@@ -579,7 +579,7 @@ sub OSBootCmd($$$)
DBQueryWarn("select ob.boot_cmd_line from os_info as oi ".
"left join os_info_versions as v on ".
" v.osid=oi.osid and v.vers=oi.version ".
"left join os_boot_cmd as ob on ob.OS=
o
v.OS and ".
"left join os_boot_cmd as ob on ob.OS=v.OS and ".
" ob.version=oi.version ".
"where oi.osid='
$
osid
' and oi.version='
$
vers
' and ".
" ob.role='
$
role
'");
...
...
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