mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
relayd: fix return code check for resolving network->ifname mapping
SVN-Revision: 31712
This commit is contained in:
parent
fab5ee9566
commit
cd1760ee41
@ -15,7 +15,6 @@ resolve_network() {
|
||||
config_get ifn "$1" ifname
|
||||
[ -z "$ifn" ] && return 1
|
||||
resolve_ifname "$ifn"
|
||||
return 0
|
||||
}
|
||||
|
||||
start_relay() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user