aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_twopeer_get_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_get_put.c b/src/dht/test_dht_twopeer_get_put.c
index 0bb9fac2b..4de4d6459 100644
--- a/src/dht/test_dht_twopeer_get_put.c
+++ b/src/dht/test_dht_twopeer_get_put.c
@@ -289,7 +289,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
289 * Schedule the GET request for some time in the future. 289 * Schedule the GET request for some time in the future.
290 */ 290 */
291static void 291static void
292put_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 292put_finished (void *cls, int success)
293{ 293{
294 GNUNET_SCHEDULER_cancel (die_task); 294 GNUNET_SCHEDULER_cancel (die_task);
295 die_task = 295 die_task =