diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-09 01:41:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-09 01:41:06 +0000 |
commit | 9b8ff17f8ca156189e0787f4b0bd88f207530832 (patch) | |
tree | 6b95a6c09772d088e64965a77fbfbb19002c991d /package/dnsmasq | |
parent | f05bb5f27586be70671586480ccdb8c2612e4612 (diff) | |
download | upstream-9b8ff17f8ca156189e0787f4b0bd88f207530832.tar.gz upstream-9b8ff17f8ca156189e0787f4b0bd88f207530832.tar.bz2 upstream-9b8ff17f8ca156189e0787f4b0bd88f207530832.zip |
dnsmasq: remove redundant code introduced with r20074
SVN-Revision: 20079
Diffstat (limited to 'package/dnsmasq')
-rw-r--r-- | package/dnsmasq/files/dnsmasq.init | 3 |
1 files changed, 0 insertions, 3 deletions
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 |