X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2Fpve-firewall;h=5b62430fc6e7b6070f69e7cd88bdfb30c28c4509;hp=0fbef27560aed0220bc883492edf11da755278e7;hb=02ecc1827e094ab86f643ed236d956ccc8c0b219;hpb=dc4b58b5c626d71e789ab6d21cc1ae68417c6efa diff --git a/src/pve-firewall b/src/pve-firewall index 0fbef27..5b62430 100755 --- a/src/pve-firewall +++ b/src/pve-firewall @@ -22,4 +22,4 @@ my $prepare = sub { $rpcenv->set_user('root@pam'); }; -PVE::Service::pve_firewall->run_cli(undef, undef, $prepare); +PVE::Service::pve_firewall->run_cli_handler(prepare => $prepare);