aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-01-24 02:59:28 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-01-24 02:59:28 +0000
commit6d6233a449e848720c8caf2cd32ecf11a3c66147 (patch)
treeb2d599deea18d3691064b0515a3260ec9436e65c /src/consensus
parentf7eb3ed6bb391e9f87bcb3535bf04c4aeec2f7c1 (diff)
downloadgnunet-6d6233a449e848720c8caf2cd32ecf11a3c66147.tar.gz
gnunet-6d6233a449e848720c8caf2cd32ecf11a3c66147.zip
-fixme reminder
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index e80bee331..94baacb51 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -704,6 +704,7 @@ handle_p2p_element (struct ConsensusPeerInformation *cpi, const struct GNUNET_Me
704static int 704static int
705handle_p2p_hello (struct IncomingSocket *inc, const struct ConsensusHello *hello) 705handle_p2p_hello (struct IncomingSocket *inc, const struct ConsensusHello *hello)
706{ 706{
707 /* FIXME: session might not exist yet */
707 struct ConsensusSession *session; 708 struct ConsensusSession *session;
708 session = sessions_head; 709 session = sessions_head;
709 while (NULL != session) 710 while (NULL != session)