gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6593 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r6593 - GNUnet/src/applications/fs/gap
Date: Sat, 22 Mar 2008 00:36:46 -0600 (MDT)

Author: grothoff
Date: 2008-03-22 00:36:45 -0600 (Sat, 22 Mar 2008)
New Revision: 6593

Modified:
   GNUnet/src/applications/fs/gap/shared.c
Log:
fix

Modified: GNUnet/src/applications/fs/gap/shared.c
===================================================================
--- GNUnet/src/applications/fs/gap/shared.c     2008-03-22 06:28:45 UTC (rev 
6592)
+++ GNUnet/src/applications/fs/gap/shared.c     2008-03-22 06:36:45 UTC (rev 
6593)
@@ -110,6 +110,7 @@
   GNUNET_hash (data, size, hc);
   GNUNET_FS_HELPER_mingle_hash (hc, rl->bloomfilter_mutator, &m);
   if ((rl->bloomfilter != NULL) &&
+      (rl->response_client == NULL) &&
       (GNUNET_YES == GNUNET_bloomfilter_test (rl->bloomfilter, &m)))
     return GNUNET_NO;           /* not useful */
   /* bloomfilter should cover these already */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]