Skip to content

Commit e3841ab

Browse files
committed
Removed useless frame_ip variable
1 parent 1decfba commit e3841ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pf/radius.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ sub authorize {
146146

147147
Log::Log4perl::MDC->put( 'mac', $mac );
148148

149-
my $framed_ip = $radius_request->{"Framed-IP-Address"};
150149
if (exists $radius_request->{"Framed-IP-Address"} && valid_ip($radius_request->{"Framed-IP-Address"})) {
151150
if (isenabled($Config{advanced}{update_iplog_with_authentication})) {
152151
my $client = pf::client::getClient();

0 commit comments

Comments
 (0)