aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmux.c b/src/osmux.c
index 206cdd0..978b48a 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -491,7 +491,7 @@ osmux_tx_sched(struct llist_head *list,
LOGP(DLMIB, LOGL_DEBUG, "scheduled transmision in %lu.%6lu "
"seconds, msg=%p\n", when.tv_sec, when.tv_usec, cur);
- osmux_tx(cur, &when, tx_cb, NULL);
+ osmux_tx(cur, &when, tx_cb, data);
timeradd(&when, &delta, &when);
llist_del(&cur->list);
}