We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1decfba commit e3841abCopy full SHA for e3841ab
lib/pf/radius.pm
@@ -146,7 +146,6 @@ sub authorize {
146
147
Log::Log4perl::MDC->put( 'mac', $mac );
148
149
- my $framed_ip = $radius_request->{"Framed-IP-Address"};
150
if (exists $radius_request->{"Framed-IP-Address"} && valid_ip($radius_request->{"Framed-IP-Address"})) {
151
if (isenabled($Config{advanced}{update_iplog_with_authentication})) {
152
my $client = pf::client::getClient();
0 commit comments