mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-13 06:19:11 -04:00
Dialer.Close unconditionally called PeerAPITransport, which panics when the binary is built with the ts_omit_peerapiclient build tag, so any such binary crashed on shutdown. Skip the idle connection cleanup in that case; there is no peerapi transport to clean up. Updates #12614 Change-Id: I6a8fd1860f8b74407fbb12c9a46d5fb07711e142 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>