ubus set with tables didn't apply
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.
(cherry picked from commit 6d1a61ce)