Fixes after merging with Ipv6 contrib. Updated projects and solutions to support VS 2012.
This commit is contained in:
parent
df5da7b015
commit
d8e68fd051
19 changed files with 65 additions and 59 deletions
|
@ -74,7 +74,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
}
|
||||
var type = ip.Contains(":") ? DnsRecordType.AAAA : DnsRecordType.A;
|
||||
int res = ServerController.AddDnsZoneRecord(domainId, recordName, type, ip, 0);
|
||||
int res = ServerController.AddDnsZoneRecord(domainId, recordName, type, ip, 0, 0, 0, 0);
|
||||
if (res != 0)
|
||||
{
|
||||
CompleteTask(ret, CrmErrorCodes.CANNOT_CREATE_DNS_ZONE, null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue