gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 57/64: test_social runs into the case GNUNET_YES =


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 57/64: test_social runs into the case GNUNET_YES == grp->is_disconnected
Date: Sat, 30 Dec 2017 20:58:42 +0100

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

lurchi pushed a commit to branch master
in repository gnunet.

commit 56c5769e15727b93864f5a257888fbc43eaae804
Author: lurchi <address@hidden>
AuthorDate: Sat Dec 30 18:19:02 2017 +0100

    test_social runs into the case GNUNET_YES == grp->is_disconnected
---
 src/multicast/gnunet-service-multicast.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/multicast/gnunet-service-multicast.c 
b/src/multicast/gnunet-service-multicast.c
index c351313fe..ba1086cc5 100644
--- a/src/multicast/gnunet-service-multicast.c
+++ b/src/multicast/gnunet-service-multicast.c
@@ -1724,6 +1724,7 @@ static void
 handle_client_multicast_message (void *cls,
                                  const struct GNUNET_MULTICAST_MessageHeader 
*msg)
 {
+  // FIXME: what if GNUNET_YES == grp->is_disconnected? Do we allow sending 
messages?
   struct Client *c = cls;
   struct GNUNET_SERVICE_Client *client = c->client;
   struct Group *grp = c->group;
@@ -1734,7 +1735,6 @@ handle_client_multicast_message (void *cls,
     GNUNET_SERVICE_client_drop (client);
     return;
   }
-  GNUNET_assert (GNUNET_NO == grp->is_disconnected);
   GNUNET_assert (GNUNET_YES == grp->is_origin);
   struct Origin *orig = grp->origin;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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