aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-18 19:10:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-18 19:10:12 +0000
commit3756b235a8ef6a680a1bc7197c1ce45d778af09c (patch)
treeec506ec28427cfc7813711b938fccbbbb6d1d728 /src/fs/fs_unindex.c
parentd24bc034571753884f63bdb9c45ec53ef289121c (diff)
downloadgnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.tar.gz
gnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.zip
plane hacking
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;