[freeside-commits] branch master updated. 357b8ce0489c601ca55364eb37ef49b8b19f518d
Ivan
ivan at 420.am
Mon Nov 18 16:25:51 PST 2013
The branch, master has been updated
via 357b8ce0489c601ca55364eb37ef49b8b19f518d (commit)
from e98e95c51b64036feffa9ec760e6cebee7d5e66d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 357b8ce0489c601ca55364eb37ef49b8b19f518d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 18 16:25:50 2013 -0800
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 b3daade..6de72ca 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 ".
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/sqlradius.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list