aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 11:13:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 11:13:40 +0000
commit75400ed640cf74348b323bfbabd4be6c08ecfafc (patch)
treec3cf111a367869041dae2c2196ebb5f99a02c3ae /src/fs
parent197505039c9d7e310def3178dccec2a0a9bb569b (diff)
downloadgnunet-75400ed640cf74348b323bfbabd4be6c08ecfafc.tar.gz
gnunet-75400ed640cf74348b323bfbabd4be6c08ecfafc.zip
fixing 1692
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index f16f54cc5..3c9916c13 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -422,7 +422,7 @@ GSF_pending_request_update_ (struct GSF_PendingRequest *pr,
422 if (GNUNET_NO == refresh_bloomfilter (pr)) 422 if (GNUNET_NO == refresh_bloomfilter (pr))
423 { 423 {
424 /* bf not recalculated, simply extend it with new bits */ 424 /* bf not recalculated, simply extend it with new bits */
425 for (i=0;i<pr->replies_seen_count;i++) 425 for (i=0;i<replies_seen_count;i++)
426 { 426 {
427 GNUNET_BLOCK_mingle_hash (&replies_seen[i], 427 GNUNET_BLOCK_mingle_hash (&replies_seen[i],
428 pr->mingle, 428 pr->mingle,