Commit 892c15d0 authored by Miek Gieben's avatar Miek Gieben

Test cleanups; tests were working, broke them again

parent ba72fe14
......@@ -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 {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment