mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03: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