Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Oct 13, 2015
1 parent 8c5865d commit 4ac3eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/socks/socks.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (server *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.W
return UnsupportedSocksCommand
}

response := protocol.NewSocks5Response()
response := protocol.NewSocks5Response()
response.Error = protocol.ErrorSuccess

// Some SOCKS software requires a value other than dest. Let's fake one:
Expand Down

0 comments on commit 4ac3eab

Please sign in to comment.