Skip to content

Commit

Permalink
Removed useless frame_ip variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Jan 27, 2025
1 parent 1decfba commit e3841ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pf/radius.pm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ sub authorize {

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

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

0 comments on commit e3841ab

Please sign in to comment.