aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-dht-get.c')
-rw-r--r--src/dht/gnunet-dht-get.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet-dht-get.c b/src/dht/gnunet-dht-get.c
index 7349d0c82..6846b3af7 100644
--- a/src/dht/gnunet-dht-get.c
+++ b/src/dht/gnunet-dht-get.c
@@ -87,10 +87,9 @@ static int ret;
87 * Task run to clean up on timeout. 87 * Task run to clean up on timeout.
88 * 88 *
89 * @param cls unused 89 * @param cls unused
90 * @param tc unused
91 */ 90 */
92static void 91static void
93cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 92cleanup_task (void *cls)
94{ 93{
95 if (NULL != get_handle) 94 if (NULL != get_handle)
96 { 95 {