uspot: fix unreolved variable in mac-format handler

Fixes: WIFI-11204
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-10-14 08:33:11 +02:00
committed by jaspreetsachdev
parent 311515867c
commit 8ee15d0053

View File

@@ -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;
}