aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-04 11:14:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-04 11:14:25 +0000
commit6276a671135e01b119f198d0ae3092bfeb14903e (patch)
treebe184253d3c14e2b9ea6b2f4dd335b4c935d68b1 /src/fs/test_fs_download.c
parent6aefa4ac85435c8e7afb86e4e6daef77da69709a (diff)
downloadgnunet-6276a671135e01b119f198d0ae3092bfeb14903e.tar.gz
gnunet-6276a671135e01b119f198d0ae3092bfeb14903e.zip
calling sync, cleaning up files
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 047c314e4..068095269 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -193,6 +193,9 @@ progress_cb (void *cls,
193 &abort_download_task, 193 &abort_download_task,
194 NULL); 194 NULL);
195 break; 195 break;
196 case GNUNET_FS_STATUS_DOWNLOAD_ACTIVE:
197 case GNUNET_FS_STATUS_DOWNLOAD_INACTIVE:
198 break;
196 case GNUNET_FS_STATUS_PUBLISH_START: 199 case GNUNET_FS_STATUS_PUBLISH_START:
197 GNUNET_assert (0 == strcmp ("publish-context", event->value.publish.cctx)); 200 GNUNET_assert (0 == strcmp ("publish-context", event->value.publish.cctx));
198 GNUNET_assert (NULL == event->value.publish.pctx); 201 GNUNET_assert (NULL == event->value.publish.pctx);