mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 03:09:12 +00:00
LXC refactoring
call load_config in PVE::LXC::Config instead of PVE::LXC
This commit is contained in:
parent
9d5c825eff
commit
e93408d600
@ -1191,7 +1191,7 @@ my $get_start_stop_list = sub {
|
||||
|
||||
my $conf;
|
||||
if ($d->{type} eq 'lxc') {
|
||||
$conf = PVE::LXC::load_config($vmid);
|
||||
$conf = PVE::LXC::Config->load_config($vmid);
|
||||
} elsif ($d->{type} eq 'qemu') {
|
||||
$conf = PVE::QemuServer::load_config($vmid);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user