From: Martin Schanzenbach Date: Mon, 1 Jun 2020 17:08:32 +0000 (+0200) Subject: tng: do not handle message send more than once X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=59f616a3c5d8a6873de0090d0db1413c8b9c411d;p=oweals%2Fgnunet.git tng: do not handle message send more than once --- 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; } }