aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
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;