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
83e54def
Commit
83e54def
authored
Jun 06, 2001
by
Leigh B. Stoller
Browse files
Minor fix to last revision. cut and paste error.
parent
bde8211f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pxe/bootinfo_mysql.c
View file @
83e54def
...
...
@@ -134,7 +134,7 @@ query_bootinfo_db(struct in_addr ipaddr, boot_what_t *info)
}
else
if
(
row
[
OSID_PATH
]
!=
0
&&
row
[
OSID_PATH
][
0
]
!=
'\0'
)
{
info
->
type
=
BIBOOTWHAT_TYPE_MB
;
parse_multiboot_path
(
row
[
DEF_BOOT
_PATH
],
info
);
parse_multiboot_path
(
row
[
OSID
_PATH
],
info
);
}
else
if
(
row
[
PARTITION
]
!=
0
&&
row
[
PARTITION
][
0
]
!=
'\0'
)
{
info
->
type
=
BIBOOTWHAT_TYPE_PART
;
...
...
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