]> git.proxmox.com Git - pve-container.git/commit
Fix #881: uninitialized value on valid lxc.cgroup keys
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2016 07:21:12 +0000 (08:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 2 Feb 2016 08:07:59 +0000 (09:07 +0100)
commita23d627dafedfac040683e576c26bc0256041ec4
tree4a4fa773637d59341aed1dc4b6657dec2a3c138f
parentc38b70cc78b0d8a02f2b091cd5f369868d4200f1
Fix #881: uninitialized value on valid lxc.cgroup keys

We have no lxc.cgroup.* keys in $valid_lxc_conf_keys so they
and unknown keys showed an uninitialized value warning for
the new 'eq' operation.
This also avoids the second hash access.
src/PVE/LXC.pm