X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.c;h=571f7fac3adbd5bde76af77137c72c152dca3bec;hb=04241c8168fe8826b4fc7a80500577b50936b57a;hp=e829f8be00595bc2ce69e600e8cd1efe3a23626a;hpb=f30be1ca9ce04cfab55b9e6ce25cec6952f7e21d;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.c b/src/afb-api-dyn.c index e829f8be..571f7fac 100644 --- a/src/afb-api-dyn.c +++ b/src/afb-api-dyn.c @@ -123,7 +123,7 @@ static void call_cb(void *closure, struct afb_xreq *xreq) int i; const char *name; - name = xreq->verb; + name = xreq->request.verb; xreq->request.dynapi = (void*)dynapi->export; /* hack: this avoids to export afb_export structure */ /* look first in dyna mic verbs */