mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-15 20:00:43 +09:00
b83bf3f993
Concurrent registrations of one machine key each saw no existing node and created their own, duplicating nodes and IPs. Hold a per-machine lock across the find-then-create section. Updates #3312