aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c12
1 files 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,
1066 { 1066 {
1067 rfn_commit (output_rfn, task_other_peer (task)); 1067 rfn_commit (output_rfn, task_other_peer (task));
1068 } 1068 }
1069 if (PHASE_KIND_ALL_TO_ALL == task->key->phase) 1069 if (PHASE_KIND_ALL_TO_ALL == task->key.kind)
1070 { 1070 {
1071 session->first_size = current_size; 1071 session->first_size = current_size;
1072 } 1072 }
@@ -1339,11 +1339,11 @@ commit_set (struct ConsensusSession *session,
1339 } 1339 }
1340#else 1340#else
1341 1341
1342 if (PHASE_KIND_ALL_TO_ALL_2 == task->key.kind) 1342 //if (PHASE_KIND_ALL_TO_ALL_2 == task->key.kind)
1343 { 1343 //{
1344 struct GNUNET_SET_Element element; 1344 // struct GNUNET_SET_Element element;
1345 struct ConsensusElement ce = { 0 }; 1345 // struct ConsensusElement ce = { 0 };
1346 } 1346 //}
1347 1347
1348 1348
1349 if ( (GNUNET_YES == setop->transceive_contested) && (GNUNET_YES == set->is_contested) ) 1349 if ( (GNUNET_YES == setop->transceive_contested) && (GNUNET_YES == set->is_contested) )