Skip to content

Commit a177f57

Browse files
committedApr 16, 2018
fix
1 parent ef572d8 commit a177f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎socks5.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func New(conf *Config) (*Server, error) {
108108
}
109109

110110
// ListenAndServe is used to create a listener and serve on it
111-
func (s *Server) ListenAndServe(network, addr string) error {
111+
func (s *Server) ListenAndServe(network, addr string) {
112112
l, err := net.Listen(network, addr)
113113
if err != nil {
114114
return err

0 commit comments

Comments
 (0)
Please sign in to comment.