aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-25 08:12:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-25 08:12:32 +0000
commitc78ef8d73f33515daf5b6b3d1d9c782b276bd39e (patch)
treea9ab5f1c0d0299c240e45458b3e5349c6e92d196 /src/fs
parent38a9154a91ae31b2a5f6ea7809a51cfebf7bf5f8 (diff)
downloadgnunet-c78ef8d73f33515daf5b6b3d1d9c782b276bd39e.tar.gz
gnunet-c78ef8d73f33515daf5b6b3d1d9c782b276bd39e.zip
-fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 5b4bfa020..f31d8116d 100644
--- a/src/fs/fs_api.c
+++ b/src/fs/fs_api.c
@@ -1803,7 +1803,7 @@ read_download_request (struct GNUNET_BIO_ReadHandle *rh)
1803 } 1803 }
1804 if (dr->num_children > 0) 1804 if (dr->num_children > 0)
1805 dr->children = 1805 dr->children =
1806 GNUNET_malloc (dr->num_children * sizeof (struct ContentHashKey)); 1806 GNUNET_malloc (dr->num_children * sizeof (struct DownloadRequest));
1807 switch (dr->state) 1807 switch (dr->state)
1808 { 1808 {
1809 case BRS_INIT: 1809 case BRS_INIT: