aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-20 11:33:07 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-20 11:33:07 +0000
commit66ec361f74889c6bcc73880af39dd8cd3a3179d5 (patch)
treefd5e699fbebe8a5c4279c7f5e74e0b7fbe160f72 /src/fs/gnunet-download.c
parent7f5570186d7d89dc6b3742bff7070fb94343279b (diff)
downloadgnunet-66ec361f74889c6bcc73880af39dd8cd3a3179d5.tar.gz
gnunet-66ec361f74889c6bcc73880af39dd8cd3a3179d5.zip
bug fixes, api fixes, extended testcase
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r--src/fs/gnunet-download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index b4e787cfa..bf3daa68f 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -180,6 +180,7 @@ run (void *cls,
180 GNUNET_FS_uri_chk_get_file_size (uri), 180 GNUNET_FS_uri_chk_get_file_size (uri),
181 anonymity, 181 anonymity,
182 options, 182 options,
183 NULL,
183 NULL); 184 NULL);
184 GNUNET_FS_uri_destroy (uri); 185 GNUNET_FS_uri_destroy (uri);
185} 186}