mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-12 19:09:14 +09:00
68a6d3cf17
The First()-by-machine-key getter returned an undefined node when a machine key mapped to several nodes. It was used only by RegisterNodeForTest; match on (machine_key, user_id) there instead and remove the getter. Updates #3312