From: blogic Date: Tue, 24 Nov 2015 18:28:19 +0000 (+0000) Subject: authsae: Fix meshid in authsae config X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7d45503d9592e797d2ab09d496e63fe2608543c1;p=openwrt.git authsae: Fix meshid in authsae config The variable $mesh_id was never defined in authsae_start_interface and thus the option meshid in $authsae_conf_file was always set to "". Signed-off-by: Sven Eckelmann git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/authsae/files/lib/wifi/authsae.sh b/package/network/services/authsae/files/lib/wifi/authsae.sh index d8c5598ed5..6582a354de 100644 --- a/package/network/services/authsae/files/lib/wifi/authsae.sh +++ b/package/network/services/authsae/files/lib/wifi/authsae.sh @@ -5,7 +5,7 @@ authsae_start_interface() { local authsae_conf_file="/var/run/authsae-$ifname.cfg" local ret=1 - json_get_vars mcast_rate + json_get_vars mcast_rate mesh_id set_default mcast_rate "12" case "$htmode" in