aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_api.c
diff options
context:
space:
mode:
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");