mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-02 23:16:05 +00:00
fix typo
This commit is contained in:
parent
2fc6bc1722
commit
1a71fa73a4
@ -4406,7 +4406,7 @@ sub snapshot_create {
|
||||
};
|
||||
my $err = $@;
|
||||
|
||||
eval { gqa_unfreezefs($vmid) if $running && $freezefs; };
|
||||
eval { qga_unfreezefs($vmid) if $running && $freezefs; };
|
||||
warn $@ if $@;
|
||||
|
||||
eval { vm_mon_cmd($vmid, "savevm-end") if $running; };
|
||||
|
Loading…
Reference in New Issue
Block a user