4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-03 08:27:47 +00:00

Various API changes and simplifications to fix mobile builds

This commit is contained in:
Neil Alexander
2019-07-27 15:00:09 +01:00
parent 9b99f0b5e4
commit de1005e4fa
13 changed files with 63 additions and 122 deletions

View File

@ -132,7 +132,7 @@ func (r *router) mainLoop() {
case f := <-r.admin:
f()
case e := <-r.reconfigure:
current, _ := r.core.config.Get()
current := r.core.config.GetCurrent()
e <- r.nodeinfo.setNodeInfo(current.NodeInfo, current.NodeInfoPrivacy)
}
}