commit ca8ac08cf37cd9ea8a50d323ac596da16319e7ab Author: Marcus Sorensen <[email protected]> Date: Thu Apr 11 09:50:48 2013 -0600
CLOUDSTACK-2003: When accounts and domains are deleted, cleanup can
fail,
leaving instances in eternal expunged state. This happens when a domain
is
deleted while a deleted account is cleaning up. The cleanup looks for
the domain
of the account and we hit a null pointer. Adding null pointer check.
