Definitive switch to internal's xreq
[src/app-framework-binder.git] / src / afb-ws-json1.c
index fdd3bae..29078e2 100644 (file)
@@ -198,7 +198,7 @@ static void aws_on_call(struct afb_ws_json1 *ws, const char *api, const char *ve
        wsreq->xreq.listener = wsreq->aws->listener;
 
        /* emits the call */
-       afb_apis_xcall(&wsreq->xreq);
+       afb_apis_call(&wsreq->xreq);
        afb_xreq_unref(&wsreq->xreq);
 }