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)
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>

No differences found