aboutsummaryrefslogtreecommitdiff
path: root/src/service/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/dht/gnunet-service-dht.c')
-rw-r--r--src/service/dht/gnunet-service-dht.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/service/dht/gnunet-service-dht.c b/src/service/dht/gnunet-service-dht.c
index ab9e179bc..4579bfc2b 100644
--- a/src/service/dht/gnunet-service-dht.c
+++ b/src/service/dht/gnunet-service-dht.c
@@ -79,11 +79,6 @@ struct GDS_Underlay
79 * Name of the underlay (i.e. "gnunet" or "ip"). 79 * Name of the underlay (i.e. "gnunet" or "ip").
80 */ 80 */
81 char *name; 81 char *name;
82
83 /**
84 * Name of the library providing the underlay.
85 */
86 char *libname;
87}; 82};
88 83
89 84
@@ -383,8 +378,6 @@ shutdown_task (void *cls)
383 378
384 while (NULL != (u = u_head)) 379 while (NULL != (u = u_head))
385 { 380 {
386 GNUNET_PLUGIN_unload (u->libname,
387 u->dhtu);
388 GNUNET_CONTAINER_DLL_remove (u_head, 381 GNUNET_CONTAINER_DLL_remove (u_head,
389 u_tail, 382 u_tail,
390 u); 383 u);