mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
uspot: accounting.uc: fix typo
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
e2abfd7b72
commit
c89b054324
@@ -158,7 +158,7 @@ function radius_interim(interface, mac) {
|
||||
if (radius_acct(interface, mac, payload))
|
||||
debug(interface, mac, 'iterim acct call');
|
||||
else
|
||||
syslog(interface, mac, 'failed to sent interim accounting frame\n');
|
||||
syslog(interface, mac, 'failed to send interim accounting frame\n');
|
||||
clients[interface][mac].timeout.set(clients[interface][mac].interval);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user