commit 1a80d0d4572b1e8375ae6fabaa3dd809016d4b04
parent e5503098ed6e0e96a702878f5e081d6031a3728c
Author: rubo77 <github@r.z11.de>
Date: Thu, 28 Jul 2016 23:57:35 +0200
added comment for spooky break
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roamguide/files/usr/bin/roamguide b/roamguide/files/usr/bin/roamguide
@@ -87,7 +87,7 @@ roamlevel(){
local bantime=$(expr $bantime_base + $(expr $mac_count \* $mac_count) \* $bantime_factor)
logger -s -t roamguide "${device}: ban ${mac} ${tq}dBm for ${bantime}ms"
wifi_kick "${device}" "${mac}" "${bantime}"
- break
+ break # quits config_list_foreach
fi
fi
level=$(expr $level + 1)