aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-20 11:33:34 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-20 11:33:34 +0000
commita9c3a06347acbab901fce71512cc67c5cd9f01ff (patch)
treeb2c0d81455db2a19cb9660ed27597adae7af3dd9 /src/fs/test_fs_download.c
parent66ec361f74889c6bcc73880af39dd8cd3a3179d5 (diff)
downloadgnunet-a9c3a06347acbab901fce71512cc67c5cd9f01ff.tar.gz
gnunet-a9c3a06347acbab901fce71512cc67c5cd9f01ff.zip
done
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 f9a8109c5..5ceb8653e 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -181,7 +181,6 @@ progress_cb (void *cls,
181 GNUNET_assert (publish == event->value.publish.sc); 181 GNUNET_assert (publish == event->value.publish.sc);
182 GNUNET_assert (FILESIZE == event->value.publish.size); 182 GNUNET_assert (FILESIZE == event->value.publish.size);
183 GNUNET_assert (1 == event->value.publish.anonymity); 183 GNUNET_assert (1 == event->value.publish.anonymity);
184 /* FIXME: add checks here... */
185 GNUNET_FS_stop (fs); 184 GNUNET_FS_stop (fs);
186 fs = NULL; 185 fs = NULL;
187 break; 186 break;