mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-20 00:24:20 +01:00
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