mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-11 19:21:32 +09:00
2cbbfc4319
These were thin wrappers around applyAuthNodeUpdate that only added logging. Move the logging into applyAuthNodeUpdate and call it directly from HandleNodeFromAuthPath. This simplifies the code structure without changing behavior. Updates #3038