]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[autoboot] Avoid using uri_dup() for constructed TFTP URI
authorMichael Brown <mcb30@ipxe.org>
Tue, 1 Feb 2011 02:56:06 +0000 (02:56 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 1 Feb 2011 02:56:06 +0000 (02:56 +0000)
commita3252028d7be5c78254fc4a940186588c2607a28
tree77123d3f21f51ebb43be16a47301f9e5c28a1285
parent3ed849bbf2922b8726f468ef01d9b5e511e83f71
[autoboot] Avoid using uri_dup() for constructed TFTP URI

uri_dup() chokes on duplicating a URI with a path that does not begin
with a slash.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/usr/autoboot.c