aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.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_namespace.c
parentd24bc034571753884f63bdb9c45ec53ef289121c (diff)
downloadgnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.tar.gz
gnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.zip
plane hacking
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index 73cbc5f9e..5c1137eb7 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -416,7 +416,7 @@ advertisement_cont (void *cls,
416 &query, 416 &query,
417 ac->pt_size + sizeof (struct NBlock), 417 ac->pt_size + sizeof (struct NBlock),
418 ac->nb, 418 ac->nb,
419 GNUNET_BLOCK_TYPE_NBLOCK, 419 GNUNET_BLOCK_TYPE_FS_NBLOCK,
420 ac->priority, 420 ac->priority,
421 ac->anonymity, 421 ac->anonymity,
422 ac->expiration, 422 ac->expiration,
@@ -982,7 +982,7 @@ GNUNET_FS_publish_sks (struct GNUNET_FS_Handle *h,
982 &sb_enc->identifier, 982 &sb_enc->identifier,
983 size, 983 size,
984 sb_enc, 984 sb_enc,
985 GNUNET_BLOCK_TYPE_SBLOCK, 985 GNUNET_BLOCK_TYPE_FS_SBLOCK,
986 priority, 986 priority,
987 anonymity, 987 anonymity,
988 expirationTime, 988 expirationTime,