dnsmasq: remove redundant code introduced with r20074

SVN-Revision: 20079
This commit is contained in:
Jo-Philipp Wich 2010-03-09 01:41:06 +00:00
parent f05bb5f275
commit 9b8ff17f8c

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