aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index de9843505..7d537e875 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1371,6 +1371,7 @@ GMP_init (const struct GNUNET_CONFIGURATION_Handle *c)
1371 LOG (GNUNET_ERROR_TYPE_WARNING, "* DISABLE TRYING CONNECT in config *\n"); 1371 LOG (GNUNET_ERROR_TYPE_WARNING, "* DISABLE TRYING CONNECT in config *\n");
1372 LOG (GNUNET_ERROR_TYPE_WARNING, "* Use this only for test purposes. *\n"); 1372 LOG (GNUNET_ERROR_TYPE_WARNING, "* Use this only for test purposes. *\n");
1373 LOG (GNUNET_ERROR_TYPE_WARNING, "**************************************\n"); 1373 LOG (GNUNET_ERROR_TYPE_WARNING, "**************************************\n");
1374 transport_handle = NULL;
1374 } 1375 }
1375 1376
1376 1377