Add backward compatibiulity with old (pxe) syntax. Several cleanups
This commit is contained in:
parent
bf651f7907
commit
80ca250565
5 changed files with 87 additions and 38 deletions
|
@ -79,7 +79,7 @@ grub_device_close (grub_device_t device)
|
|||
|
||||
if (device->net)
|
||||
{
|
||||
grub_free (device->net->name);
|
||||
grub_free (device->net->server);
|
||||
grub_free (device->net);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue