Skip to content

get_safe: don't abort on single path failures

Daniel Danzberger requested to merge devel-prpl into devel

The previous commit caused the processing of the "paths" array to stop when libbbf returned a fault code for a single path. This commit reverts that change, so all "paths" entries are processed and the faulty ones are added to the "parameters" results array.

Signed-off-by: Daniel Danzberger daniel@dd-wrt.com

Merge request reports