fixup! wgengine/magicsock: hook relay server alloc into path discovery

This commit is contained in:
Jordan Whited 2025-05-07 09:30:33 -07:00
parent 06cc075ed9
commit 1e2e2d27c6
No known key found for this signature in database
GPG Key ID: 33DF352F65991EB8

View File

@ -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