mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-04 03:34:08 +00:00
VZDump/QemuServer: set bless clas correctly
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
parent
ac08761682
commit
e281273810
@ -22,7 +22,7 @@ sub new {
|
||||
|
||||
PVE::VZDump::check_bin('qm');
|
||||
|
||||
my $self = bless { vzdump => $vzdump };
|
||||
my $self = bless { vzdump => $vzdump }, $class;
|
||||
|
||||
$self->{vmlist} = PVE::QemuServer::vzlist();
|
||||
$self->{storecfg} = PVE::Storage::config();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user