fixup comment formatting

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-09-17 15:49:14 +02:00
parent c6737ef18b
commit e6d35c710c

View File

@ -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};