aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 375b833fb..e4ac4efd6 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -207,7 +207,7 @@ unindex_process (void *cls,
207 const void *data; 207 const void *data;
208 struct OnDemandBlock odb; 208 struct OnDemandBlock odb;
209 209
210 if (type != GNUNET_BLOCK_TYPE_DBLOCK) 210 if (type != GNUNET_BLOCK_TYPE_FS_DBLOCK)
211 { 211 {
212 size = block_size; 212 size = block_size;
213 data = block; 213 data = block;