diff options
| author | ivan <ivan> | 2008-11-06 22:53:25 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-11-06 22:53:25 +0000 | 
| commit | c97e945f3f5bad0b54c27dc65ce622d20f65728e (patch) | |
| tree | 0258740c39e6a75d8f050080349ad15db5d34091 /FS | |
| parent | 30ee4f3121743eafc431e2cb44550a9e079103a0 (diff) | |
should fix open session RADIUS search, RT #4233
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index bf7d1ead1..e1a08fef8 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -577,7 +577,7 @@ sub usage_sessions {    my $opt = {};    my($start, $end, $svc_acct, $ip, $prefix) = ( '', '', '', '', '');    if ( ref($_[0]) ) { -    my $opt = shift; +    $opt = shift;      $start    = $opt->{stoptime_start};      $end      = $opt->{stoptime_end};      $svc_acct = $opt->{svc_acct}; | 
