diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-16 16:31:59 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-23 09:59:57 +0100 |
commit | e1ef945da61ae0dfec7a5c8d1e9cde2716c0c1fd (patch) | |
tree | 43ebffa011d24f30f654f8914bc96d43cb3dce74 /plugins/low-can.cpp | |
parent | 71507d3afbb92f6751d6d7af5eeb1796ff13f246 (diff) |
Binding migration to v3guppy_6.99.1guppy/6.99.16.99.1
Change-Id: I8a5bc18a0bf8ad05ce83b6ff64d4329d42bff2b0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins/low-can.cpp')
-rw-r--r-- | plugins/low-can.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/low-can.cpp b/plugins/low-can.cpp index ded20f1..8eec886 100644 --- a/plugins/low-can.cpp +++ b/plugins/low-can.cpp @@ -121,7 +121,7 @@ CTLP_CAPI (subscribeToLow, source, argsJ, eventJ) { { json_object_get(pluginCtx->subscriptionBatch); AFB_DEBUG("Calling subscribe with %s", json_object_to_json_string(pluginCtx->subscriptionBatch)); - err = afb_service_call_sync("low-can", "subscribe", pluginCtx->subscriptionBatch, &responseJ); + err = afb_api_call_sync_legacy(source->api, "low-can", "subscribe", pluginCtx->subscriptionBatch, &responseJ); if(err) {AFB_ERROR("Subscribe to '%s' responseJ:%s", json_object_to_json_string(pluginCtx->subscriptionBatch), json_object_to_json_string(responseJ));} |