From c97e945f3f5bad0b54c27dc65ce622d20f65728e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 6 Nov 2008 22:53:25 +0000 Subject: should fix open session RADIUS search, RT #4233 --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') 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}; -- cgit v1.2.1