mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-07 15:58:45 +09:00
4912ceaaf5
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