aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 11:43:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 11:43:44 +0000
commit7d2cbe5bd19ec95ada5a28a0134185ef29007b69 (patch)
tree0b569eff422f963b4fe8d7af4242f5ad70a5658e /src/fs/fs_publish.c
parentf22fda6b2ff4be4ed54fe4fa903718eff9e18786 (diff)
downloadgnunet-7d2cbe5bd19ec95ada5a28a0134185ef29007b69.tar.gz
gnunet-7d2cbe5bd19ec95ada5a28a0134185ef29007b69.zip
dht get integration
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 6262dc604..ad2258b16 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -569,7 +569,7 @@ block_proc (void *cls,
569 GNUNET_DATASTORE_put (sc->dsh, 569 GNUNET_DATASTORE_put (sc->dsh,
570 (p->is_directory) ? 0 : sc->rid, 570 (p->is_directory) ? 0 : sc->rid,
571 query, 571 query,
572 sizeof(struct OnDemandBlock), 572 sizeof (struct OnDemandBlock),
573 &odb, 573 &odb,
574 GNUNET_BLOCK_TYPE_FS_ONDEMAND, 574 GNUNET_BLOCK_TYPE_FS_ONDEMAND,
575 p->priority, 575 p->priority,