aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_bloomfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_bloomfilter.c')
-rw-r--r--src/util/container_bloomfilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index f9487f98f..08a083df4 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -558,8 +558,8 @@ GNUNET_CONTAINER_bloomfilter_load (const char *filename, size_t size,
558 } 558 }
559 bf->bitArraySize = size; 559 bf->bitArraySize = size;
560 bf->addressesPerElement = k; 560 bf->addressesPerElement = k;
561 if (GNUNET_YES != must_read) 561 if (GNUNET_YES != must_read)
562 return bf; /* already done! */ 562 return bf; /* already done! */
563 /* Read from the file what bits we can */ 563 /* Read from the file what bits we can */
564 rbuff = GNUNET_malloc (BUFFSIZE); 564 rbuff = GNUNET_malloc (BUFFSIZE);
565 pos = 0; 565 pos = 0;