gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: tng: do not handle message send more tha


From: gnunet
Subject: [gnunet] branch master updated: tng: do not handle message send more than once
Date: Mon, 01 Jun 2020 19:13:50 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 59f616a3c tng: do not handle message send more than once
59f616a3c is described below

commit 59f616a3c5d8a6873de0090d0db1413c8b9c411d
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Jun 1 19:08:32 2020 +0200

    tng: do not handle message send more than once
---
 src/transport/gnunet-communicator-udp.c | 1 +
 1 file changed, 1 insertion(+)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]