Adapt protocols to new network struct.
This commit is contained in:
parent
09375846b9
commit
25f1579b43
15 changed files with 296 additions and 208 deletions
|
@ -95,7 +95,7 @@ grub_fs_probe (grub_device_t device)
|
|||
}
|
||||
}
|
||||
else if (device->net)
|
||||
return device->net->protocol;
|
||||
return NULL;
|
||||
|
||||
grub_error (GRUB_ERR_UNKNOWN_FS, "unknown filesystem");
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue