aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-29 19:47:45 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-29 19:47:45 +0000
commit02e058ca700d62fb41d14cef5040cc613e74408a (patch)
tree06b3c5a914c6aea538c670d63ae7b9a750c6f57f /src/util/test_container_bloomfilter.c
parentab3a3be75688c71b23570406816dbd12c67529ec (diff)
downloadgnunet-02e058ca700d62fb41d14cef5040cc613e74408a.tar.gz
gnunet-02e058ca700d62fb41d14cef5040cc613e74408a.zip
more fixes
Diffstat (limited to 'src/util/test_container_bloomfilter.c')
-rw-r--r--src/util/test_container_bloomfilter.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c
index 9beb11298..ccaea45ae 100644
--- a/src/util/test_container_bloomfilter.c
+++ b/src/util/test_container_bloomfilter.c
@@ -42,9 +42,10 @@ nextHC (GNUNET_HashCode * hc)
42} 42}
43 43
44static int 44static int
45add_iterator (GNUNET_HashCode * next, void *arg) 45add_iterator (void *cls,
46 GNUNET_HashCode * next)
46{ 47{
47 int *ret = arg; 48 int *ret = cls;
48 GNUNET_HashCode pos; 49 GNUNET_HashCode pos;
49 50
50 if (0 == (*ret)--) 51 if (0 == (*ret)--)