Skip to content

Commit

Permalink
Amending reference to dns.Answer to Answer
Browse files Browse the repository at this point in the history
  • Loading branch information
pgil committed Mar 31, 2021
1 parent e431d1e commit 98155ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/model/dns/answer.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func NewSRVAnswer(priority, weight, port int, target string) *Answer {

// NewDSAnswer creates an Answer for DS record.
func NewDSAnswer(key string, algorithm string, t string, digest string) *Answer {
return &.Answer{
return &Answer{
Meta: &data.Meta{},
Rdata: []string{
key,
Expand Down

0 comments on commit 98155ac

Please sign in to comment.