aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_api.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-25 17:57:46 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-25 17:57:46 +0000
commit851989a46fc5cf5f792ac3f53fa45b29c783a15a (patch)
treee9045922ce0f99a36ca8fb9e4f53d8c54d03569d /src/mesh/test_mesh_api.c
parent2855795582ac050551da45a04a687e73c2c3d0d8 (diff)
downloadgnunet-851989a46fc5cf5f792ac3f53fa45b29c783a15a.tar.gz
gnunet-851989a46fc5cf5f792ac3f53fa45b29c783a15a.zip
- initialize pointer
Diffstat (limited to 'src/mesh/test_mesh_api.c')
-rw-r--r--src/mesh/test_mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
index c2944911f..dcac19085 100644
--- a/src/mesh/test_mesh_api.c
+++ b/src/mesh/test_mesh_api.c
@@ -101,7 +101,7 @@ run (void *cls,
101 static const GNUNET_MESH_ApplicationType app[] = 101 static const GNUNET_MESH_ApplicationType app[] =
102 { 1, 2, 3, 4, 5, 6, 7, 8, 0 }; 102 { 1, 2, 3, 4, 5, 6, 7, 8, 0 };
103 103
104 mesh = GNUNET_MESH_connect (cfg, 10, NULL, NULL, NULL, handlers, app); 104 mesh = GNUNET_MESH_connect (cfg, NULL, NULL, NULL, handlers, app);
105 if (NULL == mesh) 105 if (NULL == mesh)
106 { 106 {
107 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "test: Couldn't connect to mesh :(\n"); 107 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "test: Couldn't connect to mesh :(\n");