From: Jo-Philipp Wich Date: Tue, 9 Mar 2010 01:41:06 +0000 (+0000) Subject: dnsmasq: remove redundant code introduced with r20074 X-Git-Tag: reboot~20748 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=9b8ff17f8ca156189e0787f4b0bd88f207530832;p=openwrt%2Fopenwrt.git dnsmasq: remove redundant code introduced with r20074 SVN-Revision: 20079 --- diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 4f8ff9d0f8..64eededba5 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -176,9 +176,6 @@ dhcp_host_add() { config_get networkid "$cfg" networkid [ -n "$networkid" ] && dhcp_option_add "$cfg" "$networkid" - config_get macs "$cfg" mac - [ -n "$macs" ] || return 0 - config_get ip "$cfg" ip [ -n "$ip" ] || return 0