mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Compare commits
2 commits
b8ba01fe54
...
4188d1ae6e
Author | SHA1 | Date | |
---|---|---|---|
|
4188d1ae6e | ||
|
58e4a66b42 |
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ func (t *TailscaleInContainer) Netmap() (*netmap.NetworkMap, error) {
|
||||||
return nil, fmt.Errorf("saving netmap to /tmp/control: %w", err)
|
return nil, fmt.Errorf("saving netmap to /tmp/control: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &nm, err
|
return &nm, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Netmap returns the current Netmap (netmap.NetworkMap) of the Tailscale instance.
|
// Netmap returns the current Netmap (netmap.NetworkMap) of the Tailscale instance.
|
||||||
|
|
Loading…
Reference in a new issue