LXC refactoring

call load_config in PVE::LXC::Config instead of PVE::LXC
This commit is contained in:
Fabian Grünbichler 2016-03-02 13:53:55 +01:00 committed by Dietmar Maurer
parent 38725825ac
commit 703da11fa7

View File

@ -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 {