X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2Fpve-firewall;h=5b62430fc6e7b6070f69e7cd88bdfb30c28c4509;hp=0fbef27560aed0220bc883492edf11da755278e7;hb=2a2b81b41434c232084e39db9f401bd5435d94cf;hpb=0c32b7fbac4fa47a15724db1a3d9f7602ac14569 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);