aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-24 11:44:36 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-24 11:44:36 +0000
commit232537fa5ddfbd27eaa426f7bf7e1279a27f56ab (patch)
tree18e2cf9e68b5db5531bc4cef132a8bbe6fb205d9 /src/dv/plugin_transport_dv.c
parent3c7ca71dcb7c0eec5bd47cc98f4b8497991f525d (diff)
downloadgnunet-232537fa5ddfbd27eaa426f7bf7e1279a27f56ab.tar.gz
gnunet-232537fa5ddfbd27eaa426f7bf7e1279a27f56ab.zip
test case error handling
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 30e5b6ac1..38826e47f 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -383,8 +383,6 @@ libgnunet_plugin_transport_dv_init (void *cls)
383 383
384 plugin = GNUNET_malloc (sizeof (struct Plugin)); 384 plugin = GNUNET_malloc (sizeof (struct Plugin));
385 plugin->env = env; 385 plugin->env = env;
386 //plugin->service = service;
387 //plugin->server = GNUNET_SERVICE_get_server (service);
388 386
389 plugin->dv_handle = GNUNET_DV_connect(env->sched, env->cfg, &handle_dv_message_received, plugin); 387 plugin->dv_handle = GNUNET_DV_connect(env->sched, env->cfg, &handle_dv_message_received, plugin);
390 388