Skip to content

Commit

Permalink
Running gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
atomirex committed Dec 21, 2024
1 parent cd5dded commit 3827d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ func (c *Conn) readLoop(name string, pktConn ipPacketConn, inboundBufferSize int
func() {
var msg dnsmessage.Message
err := msg.Unpack(b[:n])

if err != nil {
c.log.Warnf("[%s] failed to parse mDNS packet %v", c.name, err)
return
Expand Down

0 comments on commit 3827d3a

Please sign in to comment.