From: José Bollo Date: Fri, 13 Oct 2017 13:30:38 +0000 (+0200) Subject: afm-binding: Restore previous return for 'start' X-Git-Tag: flounder_5.99.1~51 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=9ed7c9fbc28666a03e6604d25430c764a614a608 afm-binding: Restore previous return for 'start' Change-Id: I28cd41391d207b59d74d2ff661e5981b9947c716 Signed-off-by: José Bollo --- diff --git a/src/afm-binding.c b/src/afm-binding.c index 3923462..1ff0eb2 100644 --- a/src/afm-binding.c +++ b/src/afm-binding.c @@ -206,7 +206,11 @@ static void start(struct afb_req req) /* returns */ resp = NULL; +#if 0 wrap_json_pack(&resp, "{si}", _runid_, runid); +#else + wrap_json_pack(&resp, "i", runid); +#endif afb_req_success(req, resp, NULL); }