[freeside-commits] branch FREESIDE_2_3_BRANCH updated. c1a4481d30289d265ffbdd120a2681191c963b51

Ivan ivan at 420.am
Mon Nov 18 16:25:54 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  c1a4481d30289d265ffbdd120a2681191c963b51 (commit)
      from  03e6fde56b0de69323dcac62d5feb353ef98962e (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 c1a4481d30289d265ffbdd120a2681191c963b51
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 18 16:25:52 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 a42e718..6f6e48f 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 ".

-----------------------------------------------------------------------

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