From 5b02ad16b9c36e50f4d7fdf01ea73689a72a440a Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 15 Sep 2021 12:02:27 -0700 Subject: [PATCH] control/controlclient: replace TODO with explanation Signed-off-by: Josh Bleecher Snyder --- control/controlclient/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/controlclient/client.go b/control/controlclient/client.go index c50169ada..3263d1487 100644 --- a/control/controlclient/client.go +++ b/control/controlclient/client.go @@ -69,7 +69,7 @@ type Client interface { SetNetInfo(*tailcfg.NetInfo) // UpdateEndpoints changes the Endpoint structure that will be sent // in subsequent node registration requests. - // TODO: localPort seems to be obsolete, remove it. + // The localPort field is unused except for integration tests in another repo. // TODO: a server-side change would let us simply upload this // in a separate http request. It has nothing to do with the rest of // the state machine.