1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Craig Peterson
2017-05-03 09:46:39 -06:00
committed by GitHub
parent f0546a2700
commit 0f4f7d813e
4 changed files with 29 additions and 8 deletions

View File

@@ -103,9 +103,6 @@ func (c *CloudflareApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models
corrections := []*models.Correction{}
for _, d := range del {
if dc.KeepUnknown {
continue
}
corrections = append(corrections, c.deleteRec(d.Existing.Original.(*cfRecord), id))
}
for _, d := range create {