X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.c;h=571f7fac3adbd5bde76af77137c72c152dca3bec;hb=7a7268a5697b0b988bcabc00390878edee941b4e;hp=e829f8be00595bc2ce69e600e8cd1efe3a23626a;hpb=4a6490b96d8ac2da6a19b4f251c005ff1b1e7d61;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 */