1
0
mirror of https://github.com/openwrt/openwrt.git synced 2025-08-07 22:30:33 +08:00

relayd: fix return code check for resolving network->ifname mapping

SVN-Revision: 31712
This commit is contained in:
Felix Fietkau
2012-05-14 14:08:43 +00:00
parent fab5ee9566
commit cd1760ee41

View File

@ -15,7 +15,6 @@ resolve_network() {
config_get ifn "$1" ifname
[ -z "$ifn" ] && return 1
resolve_ifname "$ifn"
return 0
}
start_relay() {