CLOUDSTACK-3272 Fixing NullPointerException for alerts

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
sonal.ojha 2014-05-08 12:12:02 +05:30 committed by Daan Hoogland
parent a3825f126f
commit 882bf079fa
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class AlertGenerator {
void init() {
s_dcDao = dcDao;
s_podDao = podDao;
s_configDao = configDao;
}
public static void publishAlertOnEventBus(String alertType, long dataCenterId, Long podId, String subject, String body) {