wsp-10200 Domain remains in "Accepted domains" in Exchange 2010/13 environment
after deletion hosted organization/space from WSP Fixed
This commit is contained in:
parent
24ad3c2c25
commit
4bcfe5f5cf
15 changed files with 2777 additions and 3432 deletions
|
@ -590,8 +590,9 @@ namespace WebsitePanel.Server
|
|||
try
|
||||
{
|
||||
Log.WriteStart("'{0}' CheckFileServicesInstallation", ProviderSettings.ProviderName);
|
||||
return OsProvider.CheckFileServicesInstallation();
|
||||
bool bResult = OsProvider.CheckFileServicesInstallation();
|
||||
Log.WriteEnd("'{0}' CheckFileServicesInstallation", ProviderSettings.ProviderName);
|
||||
return bResult;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue