5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-09 05:17:35 +03:00

Revert "section config: make subroutine delete_from_config private"

This reverts commit 820949f46f to fix a
regression in pve-network, which uses this method.

Reported-by: Stefan Hanreich <s.hanreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-12 16:10:04 +01:00
parent 76cebe7846
commit d22ff1b644

View File

@ -1610,7 +1610,7 @@ C<$config>.
=cut
my sub delete_from_config {
sub delete_from_config {
my ($config, $option_schema, $new_options, $to_delete) = @_;
for my $k ($to_delete->@*) {