Further Adjust wsp-10046

This commit is contained in:
Virtuworks 2012-11-15 19:32:13 -05:00
parent 6568d94962
commit ab42be81cf

View file

@ -1124,7 +1124,7 @@ namespace WebsitePanel.EnterpriseServer
{ {
ExchangeServerController.AddAuthoritativeDomain(itemId, domain.DomainId); ExchangeServerController.AddAuthoritativeDomain(itemId, domain.DomainId);
if (orgStats.AllocatedMailboxes > -1) if ((orgStats.AllocatedMailboxes > -1) == false)
{ {
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay; ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType); ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);