From 357b8ce0489c601ca55364eb37ef49b8b19f518d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 18 Nov 2013 16:25:50 -0800 Subject: [PATCH] RADIUS counter/limit accounting with realms stored as @realm in UserName column instead of Realm, RT#19105 --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index b3daade20..6de72cafc 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -823,7 +823,7 @@ sub update_svc { $fs_username = lc($fs_username) unless $conf->exists('username-uppercase'); - #my %search = ( 'username' => $UserName ); + #my %search = ( 'username' => $fs_username ); my $status = ''; my $errinfo = "for RADIUS detail RadAcctID $RadAcctId ". -- 2.11.0