ofri masad has posted comments on this change.

Change subject: core: Fix NPE in QuotaManager (#855647)
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java
Line 632:         return false;
Line 633:     }
Line 634: 
Line 635:     private storage_pool extractStoragePoolFromQuota(Guid quotaId) {
Line 636:         storage_pool storagePool;Quota quota = 
getQuotaDAO().getById(quotaId);
Done
Line 637:         storagePool = new storage_pool();
Line 638:         if (quota != null){
Line 639:             storagePool.setId(quota.getStoragePoolId());
Line 640:             
storagePool.setQuotaEnforcementType(quota.getQuotaEnforcementType());


--
To view, visit http://gerrit.ovirt.org/8127
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6354767e93b5066d4eb167ff8744c1daed18e351
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: ofri masad <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to