aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index c82fc88af..12f2dbc42 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -1388,6 +1388,7 @@ mq_send (struct GNUNET_MQ_Handle *mq,
1388 (GNUNET_YES == queue->finishing) ? "yes" : "no", 1388 (GNUNET_YES == queue->finishing) ? "yes" : "no",
1389 (NULL == queue->write_task) ? "yes" : "no"); 1389 (NULL == queue->write_task) ? "yes" : "no");
1390 GNUNET_assert (mq == queue->mq); 1390 GNUNET_assert (mq == queue->mq);
1391 queue->mq_awaits_continue = GNUNET_YES;
1391 if (GNUNET_YES == queue->finishing) 1392 if (GNUNET_YES == queue->finishing)
1392 return; /* this queue is dying, drop msg */ 1393 return; /* this queue is dying, drop msg */
1393 GNUNET_assert (0 == queue->pwrite_off); 1394 GNUNET_assert (0 == queue->pwrite_off);