Skip to content

Fix ubus call of "count" and "status" without arguments

The blobmsg_parse function has the unfortunate behaviour of treating an empty blob, in principle perfectly valid input, as a failure condition. Work around this misfeature by adding an explicit condition for the ubus methods that are valid to call with no arguments.

Merge request reports