From a3f96148ee0ac38d3a94a136f05285bbfe98db31 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 9 Dec 2013 14:00:29 +0000 Subject: [PATCH] - fix #3172 --- src/mesh/test_mesh_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/test_mesh_local.c b/src/mesh/test_mesh_local.c index 14520aa28..932f01a2e 100644 --- a/src/mesh/test_mesh_local.c +++ b/src/mesh/test_mesh_local.c @@ -285,8 +285,8 @@ run (void *cls, (GNUNET_TIME_UNIT_SECONDS, 15), &do_abort, NULL); mesh_peer_1 = GNUNET_MESH_connect (cfg, /* configuration */ - (void *) 1L, /* cls */ - &inbound_channel, /* inbound new hndlr */ + (void *) 1L, /* cls */ + NULL, /* inbound new hndlr */ &channel_end, /* channel end hndlr */ handlers1, /* traffic handlers */ NULL); /* ports offered */ -- 2.25.1