Mark file as not easily seekable on net open.
This commit is contained in:
parent
4f7386025b
commit
1893017d44
1 changed files with 1 additions and 0 deletions
|
@ -609,6 +609,7 @@ grub_net_file_open_real (struct grub_file *file, const char *name)
|
||||||
|
|
||||||
if ((err = file->device->net->protocol->open (file,name)))
|
if ((err = file->device->net->protocol->open (file,name)))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
file->not_easily_seekable = 1;
|
||||||
|
|
||||||
return GRUB_ERR_NONE;
|
return GRUB_ERR_NONE;
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in a new issue