Skip to content

Commit

Permalink
applied suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jan 27, 2021
1 parent 166b659 commit 0dcec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnsfilter/safebrowsing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (u *testSbUpstream) Exchange(r *dns.Msg) (*dns.Msg, error) {
hashToReturn = hex.EncodeToString(hash[:])
}

m := new(dns.Msg)
m := &dns.Msg{}
m.Answer = []dns.RR{
&dns.TXT{
Hdr: dns.RR_Header{
Expand Down

0 comments on commit 0dcec1d

Please sign in to comment.