Doron Fediuck has submitted this change and it was merged.
Change subject: core: Fix NPE in QuotaManager (#855647)
......................................................................
core: Fix NPE in QuotaManager (#855647)
https://bugzilla.redhat.com/855647
This patch adds handling null storage pool passed to QuotaManager
methods. In case of null storage pool, the storage pool will be
extracted from the quota (passed to the method).
Change-Id: I640f936fccf7973f80cabb61d41733e8b63fc699
Signed-off-by: Ofri Masad <omasad(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java
1 file changed, 30 insertions(+), 0 deletions(-)
Approvals:
Doron Fediuck: Looks good to me, approved
ofri masad: Verified
--
To view, visit
http://gerrit.ovirt.org/7906
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I640f936fccf7973f80cabb61d41733e8b63fc699
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <omasad(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>