gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8100 - GNUnet/src/applications/fs/gap
Date: Mon, 12 Jan 2009 13:02:52 -0700 (MST)

Author: grothoff
Date: 2009-01-12 13:02:52 -0700 (Mon, 12 Jan 2009)
New Revision: 8100

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

Modified: GNUnet/src/applications/fs/gap/fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/fs.c 2009-01-10 18:32:16 UTC (rev 8099)
+++ GNUnet/src/applications/fs/gap/fs.c 2009-01-12 20:02:52 UTC (rev 8100)
@@ -694,7 +694,7 @@
                                &req->queries[0],
                                ntohl (req->filter_mutator),
                                bloomfilter_size,
-                               &req->queries[query_count + 1]);
+                               &req->queries[query_count]);
   return GNUNET_OK;
 }
 





reply via email to

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