1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:08:53 +03:00

[package] dnsmasq: remove redundant code introduced with r20074

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-03-09 01:41:06 +00:00
parent 3a2459c94c
commit 1deca27073

View File

@ -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