summaryrefslogtreecommitdiffstats
path: root/mboxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mboxd.c')
-rw-r--r--mboxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mboxd.c b/mboxd.c
index a5c7ef6..31dcefa 100644
--- a/mboxd.c
+++ b/mboxd.c
@@ -168,7 +168,7 @@ static int poll_loop(struct mbox_context *context)
}
if (context->fds[MBOX_FD].revents & POLLIN) { /* MBOX */
MSG_DBG("MBOX Event\n");
- rc = dispatch_mbox(context);
+ rc = transport_mbox_dispatch(context);
if (rc < 0) {
MSG_ERR("Error handling MBOX event\n");
}
OpenPOWER on IntegriCloud