cli: use UBUS_STATUS_PARSE_ERROR
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 18 Feb 2022 10:51:03 +0000 (12:51 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 28 Feb 2022 14:07:44 +0000 (16:07 +0200)
commitb3cd5ab4c010ee637f9c6d07460471c6246b7a49
tree99ed5cbfedd7f95e5202968fff3d5e80c9c1d208
parent66baa44b8deea962d5cbf2f77736075eb78769f6
cli: use UBUS_STATUS_PARSE_ERROR

Use the newly introduced UBUS_STATUS_PARSE_ERROR status message in
ubus_cli_call() and ubus_cli_send().

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Jo-Philipp Wich <jo@mein.io>
cli.c