mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 19:20:11 +00:00
fixup comment formatting
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c6737ef18b
commit
e6d35c710c
@ -286,9 +286,8 @@ sub __snapshot_rollback_hook {
|
||||
# we save the machine of the current config
|
||||
$data->{oldmachine} = $conf->{machine};
|
||||
} else {
|
||||
# if we have a 'runningmachine' entry in the snapshot
|
||||
# we use that for the forcemachine parameter,
|
||||
# else we use the old logic
|
||||
# if we have a 'runningmachine' entry in the snapshot we use that
|
||||
# for the forcemachine parameter, else we use the old logic
|
||||
if (defined($conf->{runningmachine})) {
|
||||
$data->{forcemachine} = $conf->{runningmachine};
|
||||
delete $conf->{runningmachine};
|
||||
|
Loading…
Reference in New Issue
Block a user