mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 23:20:28 +00:00
Also don't start if AdminListen is empty
This commit is contained in:
parent
5ed197b3ca
commit
6801d713a7
@ -326,7 +326,7 @@ func (a *admin) init(c *Core, listenaddr string) {
|
||||
|
||||
// start runs the admin API socket to listen for / respond to admin API calls.
|
||||
func (a *admin) start() error {
|
||||
if a.listenaddr != "none" {
|
||||
if a.listenaddr != "none" && a.listenaddr != "" {
|
||||
go a.listen()
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user