From: Ivan Kohler Date: Tue, 19 Nov 2013 00:25:52 +0000 (-0800) Subject: RADIUS counter/limit accounting with realms stored as @realm in UserName column inste... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c1a4481d30289d265ffbdd120a2681191c963b51 RADIUS counter/limit accounting with realms stored as @realm in UserName column instead of Realm, RT#19105 --- diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index a42e71830..6f6e48f9c 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -812,7 +812,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 ".