gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 150/164: Fixed a bug in message controll


From: gnunet
Subject: [gnunet] 150/164: Fixed a bug in message controll
Date: Fri, 30 Jul 2021 15:33:36 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 0e316f3a549ffd119df313a458268d92ab16fc59
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Sun Jun 13 22:56:33 2021 +0200

    Fixed a bug in message controll
---
 src/setu/gnunet-service-setu.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index a0288c2fc..11f4ba668 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -1263,8 +1263,10 @@ is_message_in_message_control_flow (struct
       if (*mcfs != MSG_CFS_UNINITIALIZED) {
           return GNUNET_NO;
       }
+      return GNUNET_YES;
   }
-  return GNUNET_YES;
+  return GNUNET_NO;
+
 }
 
 

-- 
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]