From 0d81c3e0cc3564c4f51ed91f15211699585aa424 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 6 Nov 2008 22:53:26 +0000 Subject: [PATCH] should fix open session RADIUS search, RT #4233 --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 51d34aa32..3ff2d27ee 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}; -- 2.20.1