Skip to content

Commit

Permalink
Make sure pf::config::crypt::object::freeze is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Dec 18, 2024
1 parent 2dc887b commit bd894bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbin/pfqueue-backend
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ use JSON::MaybeXS;
use pf::SwitchFactory;
use Linux::Systemd::Daemon 'sd_ready';
use pf::constants::pfqueue qw($PFQUEUE_WEIGHTS $PFQUEUE_MAX_TASKS_DEFAULT $PFQUEUE_TASK_JITTER_DEFAULT);
use pf::config::crypt::object;
use pf::config::crypt::object::freeze;

our $PROGRAM_NAME = $0 = basename($0);
$SIG{PIPE} = 'IGNORE';
Expand Down

0 comments on commit bd894bc

Please sign in to comment.