From 1008f0db019ce8f657445e692a19ec091799ac84 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Feb 2010 14:46:42 +0000 Subject: fixes --- src/fs/test_fs_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/test_fs_lib.c b/src/fs/test_fs_lib.c index 24e2bbc9d..8b8f3db06 100644 --- a/src/fs/test_fs_lib.c +++ b/src/fs/test_fs_lib.c @@ -195,7 +195,7 @@ progress_cb (void *cls, GNUNET_SCHEDULER_cancel (daemon->download_sched, daemon->download_timeout_task); daemon->download_timeout_task = GNUNET_SCHEDULER_NO_TASK; - GNUNET_SCHEDULER_add_continuation (daemon->publish_sched, + GNUNET_SCHEDULER_add_continuation (daemon->download_sched, &report_success, daemon, GNUNET_SCHEDULER_REASON_PREREQ_DONE); -- cgit v1.2.3