commit | 05b17356e274f836fbbfff2fe9b36b9ed995eb2c | [log] [tgz] |
---|---|---|
author | Jarno Lämsä <jarno.lamsa@nordicsemi.no> | Thu Sep 15 10:14:26 2022 +0300 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Sep 19 10:33:04 2022 +0000 |
tree | 0cb5e3bc7a38277f1cbdd88200ee18c28490178b | |
parent | 2314d971e78ed099ecb14fc5aaf2b4fbce5edbf4 [diff] |
net: lib: lwm2m: Fix lwm2m exec The lwm2m exec erroneously checked the previous return value instead of checking if the resource existed. This caused exec to try to get and execute the execute callback from NULL and caused a reboot. Signed-off-by: Jarno Lämsä <jarno.lamsa@nordicsemi.no>