aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-dyn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-dyn.c')
-rw-r--r--src/afb-api-dyn.c2
1 files changed, 1 insertions, 1 deletions
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 */