> +                    if (($conf->{protection}) && ($conf->{protection} == 1))
> {

What is the purpose of this strict test? I thought the following is good enough:

if ($conf->{protection}) { ...

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to