Skip to content

Commit

Permalink
udp: nil ptr due to shadow var prox
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 27, 2024
1 parent 6bb9847 commit fb1b306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions intra/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ import (

type udpHandler struct {
*baseHandler
mux *muxTable // EIM/EIF table
prox ipn.Proxies // proxy provider for egress
mux *muxTable // EIM/EIF table
}

var (
Expand Down

1 comment on commit fb1b306

@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.