Browse Source

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 <[email protected]>

SVN-Revision: 47613
John Crispin 10 years ago
parent
commit
b816d6276d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/authsae/files/lib/wifi/authsae.sh

+ 1 - 1
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