1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:39:48 +03:00

fix an error message

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8109 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-22 18:46:57 +00:00
parent 61060584fe
commit 29ea206141

View File

@ -82,6 +82,8 @@ set_wifi_up() {
set_wifi_down() {
local cfg="$1"
local vifs vif vifstr
[ -f /var/state/wireless ] || return
config_get vifs "$cfg" vifs
for vif in $vifs; do
append vifstr "$vif" "|"