aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-16 19:23:28 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-16 19:23:28 +0000
commit8246bb8263156395695aa72c1293ea0c618f5ce5 (patch)
treeaa19359dab578724c5b77e608caf404d6ea7985c
parent08fcfc92b03ea53982aad11b364f6fdc56688c26 (diff)
downloadgnunet-8246bb8263156395695aa72c1293ea0c618f5ce5.tar.gz
gnunet-8246bb8263156395695aa72c1293ea0c618f5ce5.zip
- fix
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 27698ec4a..89b3a4863 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1047,7 +1047,7 @@ connection_fwd_timeout (void *cls,
1047 return; 1047 return;
1048 1048
1049 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n", 1049 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n",
1050 GMC_2s (c); 1050 GMC_2s (c));
1051 if (GMC_is_origin (c, GNUNET_YES)) /* If local, leave. */ 1051 if (GMC_is_origin (c, GNUNET_YES)) /* If local, leave. */
1052 { 1052 {
1053 GNUNET_break (0); 1053 GNUNET_break (0);