aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 08:35:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 08:35:49 +0000
commitc00ade9abf751ea2157f1f78dd834257fe19ed6c (patch)
tree0eebb88f356ba98fce52398dcea22a89011d7e6d /src/fs/fs_search.c
parent8f850cddd40436aa9f5a3ec82606dd5bceebef3d (diff)
downloadgnunet-c00ade9abf751ea2157f1f78dd834257fe19ed6c.tar.gz
gnunet-c00ade9abf751ea2157f1f78dd834257fe19ed6c.zip
-passing total trust offered along (fixing #1369)
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 542d8f2e9..d3ceead77 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -762,7 +762,8 @@ process_sblock (struct GNUNET_FS_SearchContext *sc, const struct SBlock *sb,
762 */ 762 */
763static void 763static void
764process_result (struct GNUNET_FS_SearchContext *sc, enum GNUNET_BLOCK_Type type, 764process_result (struct GNUNET_FS_SearchContext *sc, enum GNUNET_BLOCK_Type type,
765 struct GNUNET_TIME_Absolute expiration, const void *data, 765 struct GNUNET_TIME_Absolute expiration,
766 const void *data,
766 size_t size) 767 size_t size)
767{ 768{
768 if (GNUNET_TIME_absolute_get_duration (expiration).rel_value > 0) 769 if (GNUNET_TIME_absolute_get_duration (expiration).rel_value > 0)