Write ChangeLog.
This commit is contained in:
parent
4f24b12e1f
commit
423a1849ef
3 changed files with 30 additions and 5 deletions
|
@ -84,9 +84,9 @@ tftp_open (struct grub_file *file, const char *filename)
|
|||
if (file->device->net->socket->status != 0)
|
||||
break;
|
||||
/* Retry. */
|
||||
//err = grub_net_send_udp_packet (file->device->net->socket, &nb);
|
||||
// if (err)
|
||||
// return err;
|
||||
/*err = grub_net_send_udp_packet (file->device->net->socket, &nb);
|
||||
if (err)
|
||||
return err;*/
|
||||
}
|
||||
|
||||
if (file->device->net->socket->status == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue