From 75a33a1499cf60ea4364c9aa673816629a6c1413 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 5 Nov 2010 18:21:50 +0000 Subject: big scheduler refactoring, expect some issues --- src/dv/plugin_transport_dv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dv/plugin_transport_dv.c') diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c index 41f3a5140..b7616d2ac 100644 --- a/src/dv/plugin_transport_dv.c +++ b/src/dv/plugin_transport_dv.c @@ -389,7 +389,7 @@ libgnunet_plugin_transport_dv_init (void *cls) plugin = GNUNET_malloc (sizeof (struct Plugin)); plugin->env = env; - plugin->dv_handle = GNUNET_DV_connect(env->sched, env->cfg, &handle_dv_message_received, plugin); + plugin->dv_handle = GNUNET_DV_connect(env->cfg, &handle_dv_message_received, plugin); if (plugin->dv_handle == NULL) { -- cgit v1.2.3