mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:21 -04:00
Wrap the GetActiveDHCPLeasesWithAssociations call in a deferred recover so a nil-pointer panic in the unifi library (triggered when 401 errors cause GetDevices to return nil, which was then dereferenced without a guard in v5.18.0) can no longer crash the poller process. Fixes #965 Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>