aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/consensus_api.c')
-rw-r--r--src/consensus/consensus_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consensus/consensus_api.c b/src/consensus/consensus_api.c
index 7690dc059..873e72ca1 100644
--- a/src/consensus/consensus_api.c
+++ b/src/consensus/consensus_api.c
@@ -266,6 +266,7 @@ GNUNET_CONSENSUS_insert (struct GNUNET_CONSENSUS_Handle *consensus,
266 i->cls = idc_cls; 266 i->cls = idc_cls;
267 GNUNET_MQ_notify_sent (ev, idc_adapter, i); 267 GNUNET_MQ_notify_sent (ev, idc_adapter, i);
268 } 268 }
269 GNUNET_MQ_send (consensus->mq, ev);
269} 270}
270 271
271 272