gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit b0cd8d03dfeb3a1ea5c38bdc64bf3c555ce1f1a8
parent 6ae8817101148cb1780d964415d38d9f71c03b90
Author: Bart Polot <bart@net.in.tum.de>
Date:   Wed, 30 Mar 2016 09:17:52 +0000

- doxygen

Diffstat:
Msrc/cadet/gnunet-service-cadet_connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) if (CADET_CONNECTION_READY == c->state) { /* The other peer confirmed a live connection with this path, - * why is it trying to duplicate it. */ + * why are they trying to duplicate it? */ GNUNET_STATISTICS_update (stats, "# duplicate connections", 1, GNUNET_NO); return GNUNET_YES; }