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)