mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 06:01:42 +00:00
cmd/tailscale/cli: remove outdated TODO
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
76fb27bea7
commit
7ad3af2141
@ -199,7 +199,6 @@ func runUp(ctx context.Context, args []string) error {
|
|||||||
fatalf("hostname too long: %d bytes (max 256)", len(upArgs.hostname))
|
fatalf("hostname too long: %d bytes (max 256)", len(upArgs.hostname))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(apenwarr): fix different semantics between prefs and uflags
|
|
||||||
prefs := ipn.NewPrefs()
|
prefs := ipn.NewPrefs()
|
||||||
prefs.ControlURL = upArgs.server
|
prefs.ControlURL = upArgs.server
|
||||||
prefs.WantRunning = true
|
prefs.WantRunning = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user