mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
uspot: fix unreolved variable in mac-format handler
Fixes: WIFI-11204 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
committed by
jaspreetsachdev
parent
311515867c
commit
8ee15d0053
@@ -46,7 +46,6 @@ return {
|
||||
case 'aa-bb-cc-dd-ee-ff':
|
||||
case 'AA-BB-CC-DD-EE-FF':
|
||||
mac = replace(mac, ':', '-');
|
||||
warn('uspot: ' + ctx.env.REMOTE_ADDR + ' - ' + msg + '\n');
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user