Skip to content

Commit

Permalink
fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jun 18, 2024
1 parent 6075e02 commit 4d376f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dmsgweb/commands/dmsgweb.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ dmsgweb conf file detected: ` + dmsgwebconffile
proxyHTTPConn(-1)
}
} else {
for i, _ := range resolveDmsgAddr {
for i := range resolveDmsgAddr {
if rawTCP[i] {
proxyTCPConn(i)
} else {
Expand Down

0 comments on commit 4d376f8

Please sign in to comment.