----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9749/ -----------------------------------------------------------
Review request for cloudstack and Chip Childers. Description ------- cleanp flag is optional param for deleteDomain API. Check for null before converting it to string to avoid NPE. This addresses bug CLOUDSTACK-1473. Diffs ----- server/src/org/apache/cloudstack/region/RegionManagerImpl.java b4b55fd Diff: https://reviews.apache.org/r/9749/diff/ Testing ------- Tested domain deletion with and without cleanup flag. Thanks, Kishan Kavala