Network infrastructure
This commit is contained in:
parent
e9b29642bd
commit
4931b0984b
7 changed files with 522 additions and 43 deletions
|
@ -94,7 +94,7 @@ grub_fs_probe (grub_device_t device)
|
|||
count--;
|
||||
}
|
||||
}
|
||||
else if (device->net->fs)
|
||||
else if (device->net)
|
||||
return device->net->fs;
|
||||
|
||||
grub_error (GRUB_ERR_UNKNOWN_FS, "unknown filesystem");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue