fixing 1692
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 11:13:40 +0000 (11:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 11:13:40 +0000 (11:13 +0000)
src/fs/gnunet-service-fs_pr.c

index f16f54cc5c69ac00582ff0e337297d7d33b43837..3c9916c13b34bd55e2e2f2087655db9ce67fdad5 100644 (file)
@@ -422,7 +422,7 @@ GSF_pending_request_update_ (struct GSF_PendingRequest *pr,
       if (GNUNET_NO == refresh_bloomfilter (pr))
        {
          /* bf not recalculated, simply extend it with new bits */
-         for (i=0;i<pr->replies_seen_count;i++)
+         for (i=0;i<replies_seen_count;i++)
            {
              GNUNET_BLOCK_mingle_hash (&replies_seen[i],
                                        pr->mingle,