aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-11 13:17:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-11 13:17:13 +0000
commit79a331635df4add87d69103a9cf8dbe8e28ce58a (patch)
tree01e249751474f412842921d55f148470b735a94c /src/fs/fs_unindex.c
parenta5b3f0b503c7afec7bbdf67fa3ae2e31c6cfd837 (diff)
downloadgnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.tar.gz
gnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.zip
fix
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 7ce8b3f18..fc4012464 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -215,7 +215,7 @@ unindex_process (void *cls,
215 else /* on-demand encoded DBLOCK */ 215 else /* on-demand encoded DBLOCK */
216 { 216 {
217 size = sizeof(struct OnDemandBlock); 217 size = sizeof(struct OnDemandBlock);
218 odb.offset = offset; 218 odb.offset = GNUNET_htonll (offset);
219 odb.file_id = uc->file_id; 219 odb.file_id = uc->file_id;
220 data = &odb; 220 data = &odb;
221 } 221 }