From cb970539a6f2804e0cdaf4b54de0b0b5630a2313 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 30 Jul 2020 21:33:23 -0700 Subject: [PATCH] wgengine/magicsock: remove TODO comment that's no longer applicable --- wgengine/magicsock/magicsock.go | 1 - 1 file changed, 1 deletion(-) diff --git a/wgengine/magicsock/magicsock.go b/wgengine/magicsock/magicsock.go index ffd8b68aa..587f4f72d 100644 --- a/wgengine/magicsock/magicsock.go +++ b/wgengine/magicsock/magicsock.go @@ -1947,7 +1947,6 @@ func (c *Conn) SetNetworkMap(nm *controlclient.NetworkMap) { c.nodeOfDisco[n.DiscoKey] = n if old, ok := c.discoOfNode[n.Key]; ok && old != n.DiscoKey { c.logf("magicsock: node %s changed discovery key from %x to %x", n.Key.ShortString(), old[:8], n.DiscoKey[:8]) - // TODO: reset AddrSet states, reset wireguard session key, etc. } c.discoOfNode[n.Key] = n.DiscoKey }