Skip to content

Commit

Permalink
Missing $pid
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Jan 27, 2025
1 parent e400725 commit 724ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pf/Switch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4483,7 +4483,7 @@ sub populateAccessPointMACIP {

sub iterate_user_by_psk {
my ($self, $args, $radius_request, $ssid, $bssid, $username, $anonce, $snonce, $eapol_key_frame, $cache_key) = @_;

my $pid;
my $cache = $self->cache;
# Try first the pid of the mac address
if (exists $args->{'owner'} && $args->{'owner'}->{'pid'} ne "" && exists $args->{'owner'}->{'psk'} && defined $args->{'owner'}->{'psk'} && $args->{'owner'}->{'psk'} ne "") {
Expand Down

0 comments on commit 724ae02

Please sign in to comment.