mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 03:47:50 +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':
|
||||||
case 'AA-BB-CC-DD-EE-FF':
|
case 'AA-BB-CC-DD-EE-FF':
|
||||||
mac = replace(mac, ':', '-');
|
mac = replace(mac, ':', '-');
|
||||||
warn('uspot: ' + ctx.env.REMOTE_ADDR + ' - ' + msg + '\n');
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user