wsp-10046 another test

This commit is contained in:
Virtuworks 2012-11-15 21:50:31 -05:00
parent 4fe88b7154
commit 04652c9122

View file

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