From bfa776c155575fdead60b9e311577bc21ae61dcf Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Tue, 14 Oct 2025 12:18:00 +0200 Subject: [PATCH] Update client/internal/networkmonitor/check_change_darwin.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- client/internal/networkmonitor/check_change_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/networkmonitor/check_change_darwin.go b/client/internal/networkmonitor/check_change_darwin.go index 9f0b4e463..76a98da7c 100644 --- a/client/internal/networkmonitor/check_change_darwin.go +++ b/client/internal/networkmonitor/check_change_darwin.go @@ -19,7 +19,7 @@ import ( "github.com/netbirdio/netbird/client/internal/routemanager/systemops" ) -// todo: refactor to do not use static functions +// todo: refactor to not use static functions func checkChange(ctx context.Context, nexthopv4, nexthopv6 systemops.Nexthop) error { fd, err := unix.Socket(syscall.AF_ROUTE, syscall.SOCK_RAW, syscall.AF_UNSPEC)