mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 05:57:58 +00:00
Remove dead if-resp-nil checks in tagCmd and approveRoutesCmd; gRPC returns either an error or a valid response, never (nil, nil). Rename HasMachineOutputFlag to hasMachineOutputFlag since it has a single internal caller in root.go.