gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/03: fix ftbfs from consensus WIP


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/03: fix ftbfs from consensus WIP
Date: Mon, 27 Feb 2017 03:43:05 +0100

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

dold pushed a commit to branch master
in repository gnunet.

commit e20a804ff6e94db4ade438c241daf0f77d6838cc
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 27 03:02:28 2017 +0100

    fix ftbfs from consensus WIP
---
 src/consensus/gnunet-service-consensus.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/consensus/gnunet-service-consensus.c 
b/src/consensus/gnunet-service-consensus.c
index c56741c67..bfb14996a 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -1066,7 +1066,7 @@ set_result_cb (void *cls,
       {
         rfn_commit (output_rfn, task_other_peer (task));
       }
-      if (PHASE_KIND_ALL_TO_ALL == task->key->phase)
+      if (PHASE_KIND_ALL_TO_ALL == task->key.kind)
       {
         session->first_size = current_size;
       }
@@ -1339,11 +1339,11 @@ commit_set (struct ConsensusSession *session,
   }
 #else
 
-  if (PHASE_KIND_ALL_TO_ALL_2 == task->key.kind)
-  {
-    struct GNUNET_SET_Element element;
-    struct ConsensusElement ce = { 0 };
-  }
+  //if (PHASE_KIND_ALL_TO_ALL_2 == task->key.kind)
+  //{
+  //  struct GNUNET_SET_Element element;
+  //  struct ConsensusElement ce = { 0 };
+  //}
 
 
   if ( (GNUNET_YES == setop->transceive_contested) && (GNUNET_YES == 
set->is_contested) )

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



reply via email to

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