mirror of
https://github.com/fatedier/frp.git
synced 2025-07-29 01:07:38 +00:00
Move config.go to models/xxx
This commit is contained in:
@@ -80,7 +80,6 @@ func Listen(bindAddr string, bindPort int64) (l *Listener, err error) {
|
||||
for {
|
||||
conn, err := listener.AcceptTCP()
|
||||
if err != nil {
|
||||
log.Error("Accept new tcp connection error, %v", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user