osmux: fix missing data set in osmux_tx_sched

This commit is contained in:
Pablo Neira Ayuso 2012-10-21 04:12:29 +02:00
parent 4aa540ae27
commit 0f1f41411f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}