Definitive switch to internal's xreq
[src/app-framework-binder.git] / src / afb-svc.c
index 58e2b6d..93e8553 100644 (file)
@@ -246,7 +246,7 @@ static void svc_call(void *closure, const char *api, const char *verb, struct js
        svcreq->svc = svc;
 
        /* terminates and frees ressources if needed */
-       afb_apis_xcall(&svcreq->xreq);
+       afb_apis_call(&svcreq->xreq);
        afb_xreq_unref(&svcreq->xreq);
 }