search for: aef2e7e

Displaying 1 result from an estimated 1 matches for "aef2e7e".

Did you mean: a99f2e7e
2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
...; Date: Mon Mar 28 20:44:17 2011 +0100 pxe: allow TFTP server IP to be empty when not using TFTP Reported-by: Marcus Grando <Marcus.Grando at corp.terra.com.br> Signed-off-by: Michael Brown <mcb30 at ipxe.org> diff --git a/core/fs/pxe/pxe.c b/core/fs/pxe/pxe.c index aef2e7e..12bbdad 100644 --- a/core/fs/pxe/pxe.c +++ b/core/fs/pxe/pxe.c @@ -754,9 +754,6 @@ static void __pxe_searchdir(const char *filename, struct file *file) break; } - if (!ip) - return; /* No server */ - buf++; /* Point *past* the final NULL */ memcpy(buf, rrq_tail, sizeof r...