aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 22:01:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 22:01:13 +0000
commit7abf844d0d4de319f2b093d50b0334af9a9d3bda (patch)
tree212272d6aaf9e5530ce44418149b9158f1eb0f7c /src/fs/fs_download.c
parent8556fe9ebd0c4f8e63577a43155ffede20607f41 (diff)
downloadgnunet-7abf844d0d4de319f2b093d50b0334af9a9d3bda.tar.gz
gnunet-7abf844d0d4de319f2b093d50b0334af9a9d3bda.zip
-fixing build issues in fs/set related to #3047
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 282198cd3..49c83bdc6 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -1325,7 +1325,7 @@ transmit_download_request (void *cls, size_t size, void *buf)
1325 else 1325 else
1326 sm->type = htonl (GNUNET_BLOCK_TYPE_FS_IBLOCK); 1326 sm->type = htonl (GNUNET_BLOCK_TYPE_FS_IBLOCK);
1327 sm->anonymity_level = htonl (dc->anonymity); 1327 sm->anonymity_level = htonl (dc->anonymity);
1328 sm->target = dc->target.hashPubKey; 1328 sm->target = dc->target;
1329 sm->query = dr->chk.query; 1329 sm->query = dr->chk.query;
1330 GNUNET_CONTAINER_DLL_remove (dc->pending_head, dc->pending_tail, dr); 1330 GNUNET_CONTAINER_DLL_remove (dc->pending_head, dc->pending_tail, dr);
1331 dr->is_pending = GNUNET_NO; 1331 dr->is_pending = GNUNET_NO;