1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2024-03-03 11:57:32 -05:00
parent e6c03c098a
commit dd87f01560

View File

@@ -16,7 +16,6 @@ func (rc *RecordConfig) String() string {
// Conversions
// RRtoRC converts dns.RR to RecordConfig
func RRtoRC(rr dns.RR, origin string) (RecordConfig, error) {
return helperRRtoRC(rr, origin, false)