Skip to content

Commit

Permalink
fix to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Oct 13, 2023
1 parent 9a85252 commit 37eee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loggers/dnstapclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (o *DnstapSender) ConnectToRemote() {
var transport string
if len(o.config.Loggers.Dnstap.SockPath) > 0 {
address = o.config.Loggers.Dnstap.SockPath
transport = "unix"
transport = dnsutils.SOCKET_UNIX
} else {
address = net.JoinHostPort(
o.config.Loggers.Dnstap.RemoteAddress,
Expand Down

0 comments on commit 37eee88

Please sign in to comment.