]> git.proxmox.com Git - pve-container.git/commit
LXC::Config: make mountpoint_backup_enabled a class method
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 24 May 2016 08:57:45 +0000 (10:57 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 24 May 2016 10:08:23 +0000 (12:08 +0200)
commitec7f0f09ee9ce5cc465124fade18b5b5b6196540
tree4fa29cfc84be962f9b30682793f9b4c080fed647
parent7dffc32a6b455f6a2c558682e5df498bac8b030e
LXC::Config: make mountpoint_backup_enabled a class method

All subs in there are defined as class method and the commit
which introduced this also used it as one in
PVE::VZDump::LXC and thereby broke vzdump on containers
as it passes wrong parameters to the function.
src/PVE/LXC/Config.pm