aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-09 11:48:12 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-09 11:48:12 +0000
commit4d2d4cc3098f0d9d90bf8fce6e7fe5bcaae8bc69 (patch)
tree53c678ebacbd61a48f32f844e8a93126d528f74e /src/mesh
parent9787b4e25b0f72b6199d2479ceb2906bece784b7 (diff)
downloadgnunet-4d2d4cc3098f0d9d90bf8fce6e7fe5bcaae8bc69.tar.gz
gnunet-4d2d4cc3098f0d9d90bf8fce6e7fe5bcaae8bc69.zip
- make sure handle is NULL
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