summaryrefslogtreecommitdiffstats
path: root/test/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mbox.c')
-rw-r--r--test/mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mbox.c b/test/mbox.c
index a622d6e..0e22cbe 100644
--- a/test/mbox.c
+++ b/test/mbox.c
@@ -143,7 +143,7 @@ int mbox_command_dispatch(struct mbox_context *context, const uint8_t *command,
if (rc < 0)
return rc;
- rc = dispatch_mbox(context);
+ rc = transport_mbox_dispatch(context);
if (rc < 0)
return -rc;
OpenPOWER on IntegriCloud