Alon Bar-Lev has uploaded a new change for review. Change subject: bll: fix incorrect merge caused from 1bc94d8c9a6 ......................................................................
bll: fix incorrect merge caused from 1bc94d8c9a6 Change-Id: I0c10611fd4d4b43322ddb39568878cc092cd44f1 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ProcessDownVmCommand.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/28876/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ProcessDownVmCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ProcessDownVmCommand.java index 2462114..8edd848 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ProcessDownVmCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ProcessDownVmCommand.java @@ -169,7 +169,7 @@ // override creation date because the value in the config is the creation date of the config, not the vm getVm().setVmCreationDate(originalCreationDate); - runInternalAction(VdcActionType.UpdateVm, updateVmParams); + runInternalAction(VdcActionType.UpdateVm, createUpdateVmParameters()); } } -- To view, visit http://gerrit.ovirt.org/28876 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c10611fd4d4b43322ddb39568878cc092cd44f1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches