aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small_unicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_small_unicast.c')
-rw-r--r--src/mesh/test_mesh_small_unicast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small_unicast.c b/src/mesh/test_mesh_small_unicast.c
index cf611e949..92e5d078b 100644
--- a/src/mesh/test_mesh_small_unicast.c
+++ b/src/mesh/test_mesh_small_unicast.c
@@ -300,7 +300,7 @@ connect_mesh_service (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
300 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: connect_mesh_service\n"); 300 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: connect_mesh_service\n");
301 301
302 d1 = GNUNET_TESTING_daemon_get (pg, 1); 302 d1 = GNUNET_TESTING_daemon_get (pg, 1);
303 d2 = GNUNET_TESTING_daemon_get (pg, 13); 303 d2 = GNUNET_TESTING_daemon_get (pg, 3);
304 app = (GNUNET_MESH_ApplicationType) 0; 304 app = (GNUNET_MESH_ApplicationType) 0;
305 305
306#if VERBOSE 306#if VERBOSE