Am 25.02.2014 16:48, schrieb Dietmar Maurer:
-           foreach my $opt (keys %$param) { # add/change
+           my $conf_param = { %$param, map {$_ => undef} @delete };

I guess you need to process @delete parameters first? Or maybe we should check
that we do net set both (param value and delete)?

my idea was that delete is more important than param so @delete params overwrite param.

Can it happen that we have both?

Stefan


_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to