This commit is contained in:
刘河
2019-04-08 18:26:17 +08:00
parent 2330935b90
commit 1e8180014d
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ re:
//create local server secret or p2p
for _, v := range cnf.LocalServer {
go startLocalServer(v, cnf.CommonConfig)
go StartLocalServer(v, cnf.CommonConfig)
}
c.Close()