mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 02:53:18 +01:00
null pointer exception was getting generated when a VolumeTO object was serialized to create an answer object. If a local storage is used the uri field will be null. Added null checks for the same.