]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Apply settings block name in register_settings()
authorMichael Brown <mcb30@ipxe.org>
Wed, 1 Dec 2010 16:34:23 +0000 (16:34 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 1 Dec 2010 16:35:00 +0000 (16:35 +0000)
commit67b45186a572fb051e73fd88d4fc580a0d4d2f6b
tree9c1b23f9ceab3f9e9bf3ca0563103bc6230c0ee5
parentde6a59470b0e7f161b8143e4cb20589e811b10f8
[settings] Apply settings block name in register_settings()

Pass the settings block name as a parameter to register_settings(),
rather than defining it with settings_init() (and then possibly
changing it by directly manipulating settings->name).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/nvo.c
src/core/settings.c
src/drivers/net/phantom/phantom.c
src/include/ipxe/netdevice.h
src/include/ipxe/settings.h
src/interface/smbios/smbios_settings.c
src/net/cachedhcp.c
src/net/dhcppkt.c
src/net/netdevice.c
src/net/udp/dhcp.c