Network infrastructure

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-03 20:09:48 +01:00 committed by Manoel R. Abranches
parent e9b29642bd
commit 4931b0984b
7 changed files with 522 additions and 43 deletions

View file

@ -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");