mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-09 17:16:50 +00:00
fixup! wgengine/magicsock: hook relay server alloc into path discovery
This commit is contained in:
parent
06cc075ed9
commit
1e2e2d27c6
@ -51,6 +51,7 @@ func (r *relayManager) initLocked() {
|
||||
}
|
||||
r.discoInfoByServerDisco = make(map[key.DiscoPublic]*discoInfo)
|
||||
r.serversByAddrPort = make(map[netip.AddrPort]key.DiscoPublic)
|
||||
r.relaySetupWorkByEndpoint = make(map[*endpoint]*relaySetupWork)
|
||||
}
|
||||
|
||||
// discoInfo returns a [*discoInfo] for 'serverDisco' if there is an
|
||||
|
Loading…
x
Reference in New Issue
Block a user