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
|
# we save the machine of the current config
|
||||||
$data->{oldmachine} = $conf->{machine};
|
$data->{oldmachine} = $conf->{machine};
|
||||||
} else {
|
} else {
|
||||||
# if we have a 'runningmachine' entry in the snapshot
|
# if we have a 'runningmachine' entry in the snapshot we use that
|
||||||
# we use that for the forcemachine parameter,
|
# for the forcemachine parameter, else we use the old logic
|
||||||
# else we use the old logic
|
|
||||||
if (defined($conf->{runningmachine})) {
|
if (defined($conf->{runningmachine})) {
|
||||||
$data->{forcemachine} = $conf->{runningmachine};
|
$data->{forcemachine} = $conf->{runningmachine};
|
||||||
delete $conf->{runningmachine};
|
delete $conf->{runningmachine};
|
||||||
|
Loading…
Reference in New Issue
Block a user