aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-03-30 09:17:52 +0000
committerBart Polot <bart@net.in.tum.de>2016-03-30 09:17:52 +0000
commitb0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8 (patch)
treedc69dbdabd76421cf2dba87af8eabfffc655fb8d
parent6ae8817101148cb1780d964415d38d9f71c03b90 (diff)
downloadgnunet-b0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8.tar.gz
gnunet-b0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8.zip
- doxygen
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index e88185b55..12c1f55a2 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -1738,7 +1738,7 @@ does_connection_exist (struct CadetConnection *conn)
1738 if (CADET_CONNECTION_READY == c->state) 1738 if (CADET_CONNECTION_READY == c->state)
1739 { 1739 {
1740 /* The other peer confirmed a live connection with this path, 1740 /* The other peer confirmed a live connection with this path,
1741 * why is it trying to duplicate it. */ 1741 * why are they trying to duplicate it? */
1742 GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO); 1742 GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO);
1743 return GNUNET_YES; 1743 return GNUNET_YES;
1744 } 1744 }