relayd: fix return code check for resolving network->ifname mapping
SVN-Revision: 31712
This commit is contained in:
parent
fab5ee9566
commit
cd1760ee41
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ resolve_network() {
|
|||
config_get ifn "$1" ifname
|
||||
[ -z "$ifn" ] && return 1
|
||||
resolve_ifname "$ifn"
|
||||
return 0
|
||||
}
|
||||
|
||||
start_relay() {
|
||||
|
|
Loading…
Reference in a new issue