]> git.proxmox.com Git - pve-container.git/commit
config: add missing use statement for PVE::LXC
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Oct 2022 05:36:30 +0000 (07:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Oct 2022 05:37:46 +0000 (07:37 +0200)
commit11066f6bfdca5225a6f872d5664e6637ccb58dd6
treeb5284abbf3925dea6396cff765200a69b27bf137
parentec99cbdcdfded0b0e48ca2d3d18ddf4f730cc3f3
config: add missing use statement for PVE::LXC

worked anyway as in most cases we have that module already loaded by
something else, but its cleaner to actually encode the module
dependencies..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC/Config.pm