aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-consensus-ibf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/gnunet-consensus-ibf.c')
-rw-r--r--src/consensus/gnunet-consensus-ibf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/consensus/gnunet-consensus-ibf.c b/src/consensus/gnunet-consensus-ibf.c
index 73dc31b56..d431795f1 100644
--- a/src/consensus/gnunet-consensus-ibf.c
+++ b/src/consensus/gnunet-consensus-ibf.c
@@ -160,8 +160,8 @@ run (void *cls, char *const *args, const char *cfgfile,
160 i++; 160 i++;
161 } 161 }
162 162
163 ibf_a = ibf_create (ibf_size, hash_num, 0); 163 ibf_a = ibf_create (ibf_size, hash_num);
164 ibf_b = ibf_create (ibf_size, hash_num, 0); 164 ibf_b = ibf_create (ibf_size, hash_num);
165 165
166 printf ("generated sets\n"); 166 printf ("generated sets\n");
167 167