afm-binding: Restore previous return for 'start'
[src/app-framework-main.git] / src / afm-binding.c
index 3923462..1ff0eb2 100644 (file)
@@ -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);
 }