fix typo closes #2289

SVN-Revision: 8550
This commit is contained in:
Travis Kemen 2007-08-30 16:08:44 +00:00
parent a28a3e814b
commit 297cf0cb90

View file

@ -173,7 +173,7 @@ dhcp_add() {
config_get ifname "$net" ifname config_get ifname "$net" ifname
[ -n "$ifname" ] || return 0 [ -n "$ifname" ] || return 0
append_bool "$cfg" ingore "-I $ifname" append_bool "$cfg" ignore "-I $ifname"
config_get proto "$net" proto config_get proto "$net" proto
[ static = "$proto" ] || return 0 [ static = "$proto" ] || return 0