aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-25 15:07:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-25 15:07:51 +0000
commitcd48fb64049abd019981d2ed45c6a028a1f038e3 (patch)
treed9439d8a53ebc7cf758a062720ab6fe87d6bb729 /src/fs
parent89d479b3ef6701a9b30095766c462f1e63ce3433 (diff)
downloadgnunet-cd48fb64049abd019981d2ed45c6a028a1f038e3.tar.gz
gnunet-cd48fb64049abd019981d2ed45c6a028a1f038e3.zip
-fixfix
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 e0ceb4c57..bdde163ae 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 DownloadRequest)); 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: