Test cleanups; tests were working, broke them again

This commit is contained in:
Miek Gieben
2016-03-23 09:33:23 +00:00
parent ba72fe1470
commit 892c15d024
2 changed files with 229 additions and 249 deletions

View File

@@ -323,7 +323,7 @@ func (e Etcd) TXT(zone string, state middleware.State) (records []dns.RR, err er
// synthesis a SOA Record.
func SOA(zone string) *dns.SOA {
return nil
return &dns.SOA{}
}
func isDuplicateCNAME(r *dns.CNAME, records []dns.RR) bool {