1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 19:45:06 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31712 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-05-14 14:08:43 +00:00
parent 3c5d4ad5a3
commit e19c65f7dd

View File

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