gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix state when requesting f


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix state when requesting full IBF
Date: Sun, 26 Feb 2017 19:55:45 +0100

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6a4d709e7 fix state when requesting full IBF
6a4d709e7 is described below

commit 6a4d709e73096dde998015e5851b0022ecf8af0a
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 26 19:55:31 2017 +0100

    fix state when requesting full IBF
---
 src/set/gnunet-service-set_union.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/set/gnunet-service-set_union.c 
b/src/set/gnunet-service-set_union.c
index 5c8a2eb0c..5037b7bfd 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -899,6 +899,7 @@ handle_p2p_strata_estimator (void *cls,
     else
     {
       struct GNUNET_MQ_Envelope *ev;
+      op->state->phase = PHASE_EXPECT_IBF;
       ev = GNUNET_MQ_msg_header 
(GNUNET_MESSAGE_TYPE_SET_UNION_P2P_REQUEST_FULL);
       GNUNET_MQ_send (op->mq, ev);
     }

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



reply via email to

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