> +             die "can't delete CT $vmid protection option - protection mode 
> enabled\n"
> +                 if ($conf->{protection} == 1);

$conf->{protection} can be undefined, so above code will throw warnings in 
most cases. I already fixed that in current git, so please use similar
code.

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

Reply via email to