]> git.proxmox.com Git - pve-container.git/commit
warn when trying to delete non-existent options
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Nov 2015 14:25:17 +0000 (15:25 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Nov 2015 11:20:47 +0000 (12:20 +0100)
commita61a5448dce41be17312bbedbdcbdb4093ff815a
treee27d2b8a65ea1c5d820a8fe0f4dde753c7667687
parent71c780b93a6aa0b94402e54d51470582351b2924
warn when trying to delete non-existent options

Otherwise this runs through the code causing all kinds of
different errors like use of uninitialized values in
peculiar places or format errors trying to validate empty
string or 'missing property' errors trying to parse empty
property strings...
src/PVE/LXC.pm