Fixed: When creating a domain and binding it as a pointer, global dns record

to be used as template for pointer creation
This commit is contained in:
robvde 2012-10-20 20:46:59 +04:00
parent fd53cc417e
commit 755cb84da4
2 changed files with 12 additions and 4 deletions

View file

@ -1763,7 +1763,7 @@ namespace WebsitePanel.EnterpriseServer
// add web site pointer
if (webEnabled && pointWebSiteId > 0)
{
WebServerController.AddWebSitePointer(pointWebSiteId, hostName, domainId);
WebServerController.AddWebSitePointer(pointWebSiteId, hostName, domainId, true, false, false);
}
// add mail domain pointer