Files
netbird/client/internal
Zoltan Papp d092827fca [client] Fix pointer comparisons in profile config apply
apply() compared several *bool/*int ConfigInput fields against the
Config fields by pointer identity instead of by value, so any
non-nil input always looked "changed" and triggered a spurious log
line plus an unconditional config rewrite even when the value was
unchanged.
2026-07-01 11:02:57 +02:00
..