]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/API2/Firewall/Host.pm
fix #4204: automatically update usages of group when it is renamed
[pve-firewall.git] / src / PVE / API2 / Firewall / Host.pm
index b66ca55e553e981af0161802a578ed6c6434a116..dfeccd08ef664e15264f87274fa3e0dc2c445633 100644 (file)
@@ -118,7 +118,7 @@ __PACKAGE__->register_method({
     code => sub {
        my ($param) = @_;
 
-       PVE::Firewall::lock_hostfw_conf(10, sub {
+       PVE::Firewall::lock_hostfw_conf(undef, 10, sub {
            my $cluster_conf = PVE::Firewall::load_clusterfw_conf();
            my $hostfw_conf = PVE::Firewall::load_hostfw_conf($cluster_conf);