summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CAN-binder/low-can-binding/binding/low-can-cb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/binding/low-can-cb.cpp b/CAN-binder/low-can-binding/binding/low-can-cb.cpp
index b28bb6d..abcd69b 100644
--- a/CAN-binder/low-can-binding/binding/low-can-cb.cpp
+++ b/CAN-binder/low-can-binding/binding/low-can-cb.cpp
@@ -483,7 +483,7 @@ static int one_subscribe_unsubscribe(struct afb_req request, bool subscribe, con
static void do_subscribe_unsubscribe(struct afb_req request, bool subscribe)
{
- int rc, rc2;
+ int i, n, rc, rc2;
struct json_object *args, *event, *x;
args = afb_req_json(request);