aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.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_publish.c
parenta5b3f0b503c7afec7bbdf67fa3ae2e31c6cfd837 (diff)
downloadgnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.tar.gz
gnunet-79a331635df4add87d69103a9cf8dbe8e28ce58a.zip
fix
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index b437fcf80..cf249c04b 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -497,7 +497,7 @@ block_proc (void *cls,
497 (unsigned long long) offset, 497 (unsigned long long) offset,
498 sizeof (struct OnDemandBlock)); 498 sizeof (struct OnDemandBlock));
499#endif 499#endif
500 odb.offset = offset; 500 odb.offset = GNUNET_htonll (offset);
501 odb.file_id = p->data.file.file_id; 501 odb.file_id = p->data.file.file_id;
502 GNUNET_DATASTORE_put (sc->dsh, 502 GNUNET_DATASTORE_put (sc->dsh,
503 sc->rid, 503 sc->rid,