aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/gnunet-service-namecache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namecache/gnunet-service-namecache.c b/src/namecache/gnunet-service-namecache.c
index 0b3ece1f4..701bac4ae 100644
--- a/src/namecache/gnunet-service-namecache.c
+++ b/src/namecache/gnunet-service-namecache.c
@@ -122,7 +122,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
122 while (NULL != (nc = client_head)) 122 while (NULL != (nc = client_head))
123 { 123 {
124 GNUNET_CONTAINER_DLL_remove (client_head, client_tail, nc); 124 GNUNET_CONTAINER_DLL_remove (client_head, client_tail, nc);
125 GNUNET_SERVER_client_set_user_context (nc->client, (void *)NULL); 125 GNUNET_SERVER_client_set_user_context (nc->client, NULL);
126 GNUNET_free (nc); 126 GNUNET_free (nc);
127 } 127 }
128 GNUNET_break (NULL == GNUNET_PLUGIN_unload (db_lib_name, GSN_database)); 128 GNUNET_break (NULL == GNUNET_PLUGIN_unload (db_lib_name, GSN_database));