Change in ovirt-engine[master]: core: NPE in runVmOnce (#854977)

Gilad Chaplik has submitted this change and it was merged. Change subject: core: NPE in runVmOnce (#854977) ...................................................................... core: NPE in runVmOnce (#854977) https://bugzilla.redhat.com/854977 because stateless parameter is Boolean, and we don't initialize it (to false), we get a NPE, because we try to test if it equals to false. Change-Id: I03a4823e7bed1a076a5c1f7d9580e8e28ceaa0f1 Signed-off-by: Gilad Chaplik <gchaplik@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Gilad Chaplik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7926 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I03a4823e7bed1a076a5c1f7d9580e8e28ceaa0f1 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com>
participants (1)
-
gchaplik@redhat.com