mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 02:23:33 +00:00
The devstats variable is populated via ubus call to udevstats dump, which returns null when the udevstats service is unavailable. Add a null check before indexing into devstats to prevent a runtime crash. Signed-off-by: Lannar Dean <moracca@gmail.com>