mirror of
https://github.com/fatedier/frp.git
synced 2025-07-09 15:31:04 +07:00
Remove global ServerService variable
This variable didn't seem to be used anyway, so no further changes were required.
This commit is contained in:
@ -203,7 +203,6 @@ func runServer(cfg config.ServerCommonConf) (err error) {
|
||||
return err
|
||||
}
|
||||
log.Info("Start frps success")
|
||||
server.ServerService = svr
|
||||
svr.Run()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user