Merge branch 'hs2021-v2' of https://github.com/juanfont/headscale into hs2021-v2
This commit is contained in:
commit
6aec520889
|
@ -600,8 +600,8 @@ func (machine Machine) toNode(
|
|||
}
|
||||
|
||||
var machineKey key.MachinePublic
|
||||
// MachineKey is only used in the legacy protocol
|
||||
if machine.MachineKey != "" {
|
||||
// MachineKey is only used in the legacy protocol
|
||||
err = machineKey.UnmarshalText(
|
||||
[]byte(MachinePublicKeyEnsurePrefix(machine.MachineKey)),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue