Retest wsp-10046

This commit is contained in:
Virtuworks 2012-11-15 21:04:39 -05:00
parent d8f761ff1d
commit f60912ee44

View file

@ -1126,7 +1126,7 @@ namespace WebsitePanel.EnterpriseServer
OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId); OrganizationStatistics orgStatsExchange = ExchangeServerController.GetOrganizationStatistics(itemId);
if (orgStatsExchange.AllocatedMailboxes == -1) if ((orgStatsExchange.AllocatedMailboxes > -1) == false)
{ {
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay; ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType); ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);