aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-17 07:40:54 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-17 07:40:54 +0000
commit19b03a205ed83f6a1d4d9178b20969032d569212 (patch)
treedb0219f2e106d29fe5cb5c18e39df6782dd82e9a /src/fs/test_fs_download.c
parent5cb2c469b505215e9cdd36c8e152e6db49f03c61 (diff)
downloadgnunet-19b03a205ed83f6a1d4d9178b20969032d569212.tar.gz
gnunet-19b03a205ed83f6a1d4d9178b20969032d569212.zip
fixing block reconstruction start/shutdown code
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 549a2eeed..a06054f6d 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -213,7 +213,6 @@ progress_cb (void *cls,
213 NULL); 213 NULL);
214 break; 214 break;
215 case GNUNET_FS_STATUS_DOWNLOAD_START: 215 case GNUNET_FS_STATUS_DOWNLOAD_START:
216 GNUNET_assert (download == NULL);
217 GNUNET_assert (0 == strcmp ("download", event->value.download.cctx)); 216 GNUNET_assert (0 == strcmp ("download", event->value.download.cctx));
218 GNUNET_assert (NULL == event->value.download.pctx); 217 GNUNET_assert (NULL == event->value.download.pctx);
219 GNUNET_assert (NULL != event->value.download.uri); 218 GNUNET_assert (NULL != event->value.download.uri);