mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-09 05:15:49 +00:00
print_property_string: correctly implement skip parameter
This commit is contained in:
parent
c88c582dec
commit
2289890bad
@ -1593,7 +1593,7 @@ sub print_property_string {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
my $done = {};
|
my $done = { map { $_ => 1 } @$skip };
|
||||||
|
|
||||||
my $cond_add_key = sub {
|
my $cond_add_key = sub {
|
||||||
my ($key) = @_;
|
my ($key) = @_;
|
||||||
|
Loading…
Reference in New Issue
Block a user