mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-9380: fix NPE in listDomains API for a mistakeThe issue happens if volumeTotal is NULL in database. This is caused by commit 0407fb334f3a79f570217f35636b47076b06d500 for CLOUDSTACK-7847. * pr/1550: CLOUDSTACK-9380: fix NPE in listDomains API for a mistake Signed-off-by: Will Stevens <williamstevens@gmail.com>