cmd/tailscale/cli: remove outdated TODO

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
main
Brad Fitzpatrick 5 years ago
parent 76fb27bea7
commit 7ad3af2141
  1. 1
      cmd/tailscale/cli/up.go

@ -199,7 +199,6 @@ func runUp(ctx context.Context, args []string) error {
fatalf("hostname too long: %d bytes (max 256)", len(upArgs.hostname))
}
// TODO(apenwarr): fix different semantics between prefs and uflags
prefs := ipn.NewPrefs()
prefs.ControlURL = upArgs.server
prefs.WantRunning = true

Loading…
Cancel
Save