[pve-devel] [PATCH common] inotify: fix compatibillity with address + netmask separate passed

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Mar 12 15:49:07 CET 2020


On 3/12/20 3:24 PM, Thomas Lamprecht wrote:
> +	    } elsif (my $mask = PVE::JSONSchema::get_netmask_bits("netmask$suffix")) {

Obviously should be:

> +	    } elsif (my $mask = PVE::JSONSchema::get_netmask_bits($d->{"netmask$suffix"})) {




More information about the pve-devel mailing list