Skip to content

Commit

Permalink
Update conn.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx authored Jul 30, 2024
1 parent b47e7af commit 7595d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/golang/native/tunnel/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func CloseAllConnections() {

func closeMatch(filter func(conn C.Connection) bool) {
statistic.DefaultManager.Range(func(c statistic.Tracker) bool {
if filter(cc) {
if filter(c) {
_ = c.Close()
}
return true
Expand Down

0 comments on commit 7595d31

Please sign in to comment.