Re-test 10046

This commit is contained in:
Virtuworks 2012-11-15 21:37:05 -05:00
parent ab842a3865
commit 3675d570ad

View file

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