Change in ovirt-engine[master]: webadmin: Fix Null pointer dereferences in VolumeGeoRepListM...

Allon Mureinik has submitted this change and it was merged. Change subject: webadmin: Fix Null pointer dereferences in VolumeGeoRepListModel ...................................................................... webadmin: Fix Null pointer dereferences in VolumeGeoRepListModel This patch fixes Null pointer dereferences in VolumeGeoRepListModel. The null check was not required there as it is guranteed to be non-null and it suffices to check for newConfig's value to be null or non-null. Hence relaxed the null check there. Change-Id: I9491a79f60c3a8517bb5c51de675630a01363f3f Signed-off-by: Anmol Babu <anbabu@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeGeoRepListModel.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins CI: Passed CI tests Allon Mureinik: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/42863 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9491a79f60c3a8517bb5c51de675630a01363f3f Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: anmolbabu <anbabu@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: anmolbabu <anbabu@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
amureini@redhat.com