service: fix calls to blobmsg_parse()
authorPierre Lebleu <pme.lebleu@gmail.com>
Fri, 10 Nov 2017 09:59:35 +0000 (10:59 +0100)
committerJohn Crispin <john@phrozen.org>
Fri, 10 Nov 2017 22:30:44 +0000 (23:30 +0100)
commite2b819ae3bacca794eb9d4d7ab3d3cbe2d536e38
treedcd005c35881f0785e28660eb36767450bb062b8
parent53e92d43d6d1b196eae8a6657335ad8b89b8142e
service: fix calls to blobmsg_parse()

We should use blobmsg_data() rather than blob_data() and
blobmsg_data_len() rather than blob_len().

Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com>
service/service.c