From 59f616a3c5d8a6873de0090d0db1413c8b9c411d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 1 Jun 2020 19:08:32 +0200 Subject: tng: do not handle message send more than once --- src/transport/gnunet-communicator-udp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport') diff --git a/src/transport/gnunet-communicator-udp.c b/src/transport/gnunet-communicator-udp.c index 46d9766d0..585b29c2d 100644 --- a/src/transport/gnunet-communicator-udp.c +++ b/src/transport/gnunet-communicator-udp.c @@ -2070,6 +2070,7 @@ mq_send_d (struct GNUNET_MQ_Handle *mq, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "No more acks\n"); } + return; } } -- cgit v1.2.3