projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e91a0f
)
proper abort
author
Christian Grothoff
<christian@grothoff.org>
Fri, 12 Mar 2010 16:15:22 +0000
(16:15 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 12 Mar 2010 16:15:22 +0000
(16:15 +0000)
src/fs/fs_test_lib.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_test_lib.c
b/src/fs/fs_test_lib.c
index f83f8c21132cc51113bb1a4a7fe1dda1cc77cf07..fb179e8a4da3be76292f7538a9895ece59390bd1 100644
(file)
--- a/
src/fs/fs_test_lib.c
+++ b/
src/fs/fs_test_lib.c
@@
-553,6
+553,8
@@
download_timeout (void *cls,
struct GNUNET_FS_TestDaemon *daemon = cls;
daemon->download_timeout_task = GNUNET_SCHEDULER_NO_TASK;
+ GNUNET_FS_download_stop (daemon->download_context, GNUNET_YES);
+ daemon->download_context = NULL;
GNUNET_SCHEDULER_add_continuation (daemon->download_sched,
daemon->download_cont,
daemon->download_cont_cls,