projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae8817
)
- doxygen
author
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:52 +0000
(09:17 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:52 +0000
(09:17 +0000)
src/cadet/gnunet-service-cadet_connection.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-service-cadet_connection.c
b/src/cadet/gnunet-service-cadet_connection.c
index e88185b5549ac996f069ea6b3c924b2e0577499f..12c1f55a2ec34af6529beef638513f89966c8fc1 100644
(file)
--- 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;
}