mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +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
|
config_get ifn "$1" ifname
|
||||||
[ -z "$ifn" ] && return 1
|
[ -z "$ifn" ] && return 1
|
||||||
resolve_ifname "$ifn"
|
resolve_ifname "$ifn"
|
||||||
return 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start_relay() {
|
start_relay() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user