Skip to content

ubus set with tables didn't apply

Simon Tate requested to merge bt/uspd:feature/HF-7442 into multiple_sets

If the user was setting multiple matches to resolved paths, the ubus call usp set would only set the first parameter.

This changes the order of the for loops to account for the __blob_for_each_attr moving an internal ptr on. So changes the for loops to move the inner to outer and vice versa.

Merge request reports