mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-16 04:50:45 +09:00
5d5a455e31
The autogroup:self SSH-check branch dereferenced node.User().ID() guarded only by !IsTagged(); a non-tagged node with an unhydrated User (UserID set, association nil) crashed the server via the Noise SSH-check path. Gate on User().Valid() like filter.go, same shape as 171fd7a3.