Skip to content

Commit

Permalink
mdns: fix nil ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 14, 2023
1 parent 3bf88ba commit 7da6fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intra/dns53/mdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func NewMDNSTransport(protos string) (t dnsx.Transport) {
use6: use6(protos),
ipport: xdns.MDNSAddr4.String(), // ip6: ff02::fb:5353
status: dnsx.Start,
est: core.NewP50Estimator(),
}
log.I("mdns: setup: %s", protos)
return
Expand Down

1 comment on commit 7da6fbf

@ignoramous
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.