mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Test cleanups; tests were working, broke them again
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user