Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ersonp committed Jul 8, 2024
1 parent 53e0c88 commit 9ef39c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dmsg/server_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (ss *ServerSession) serveStream(log logrus.FieldLogger, yStr *yamux.Stream)

log.Debug("Read stream request from initiating side.")
if req.IPinfo && req.DstAddr.PK == ss.entity.LocalPK() {
log.Debug("Recieved IP stream request.")
log.Debug("Received IP stream request.")

ip, err := addrToIP(yStr.RemoteAddr())
if err != nil {
Expand Down

0 comments on commit 9ef39c3

Please sign in to comment.