aboutsummaryrefslogtreecommitdiff
path: root/src/set/strata_estimator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/strata_estimator.c')
-rw-r--r--src/set/strata_estimator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/set/strata_estimator.c b/src/set/strata_estimator.c
index 60f75f1bc..024bb99c6 100644
--- a/src/set/strata_estimator.c
+++ b/src/set/strata_estimator.c
@@ -33,6 +33,8 @@ void
33strata_estimator_write (const struct StrataEstimator *se, void *buf) 33strata_estimator_write (const struct StrataEstimator *se, void *buf)
34{ 34{
35 int i; 35 int i;
36
37 GNUNET_assert (NULL != se);
36 for (i = 0; i < se->strata_count; i++) 38 for (i = 0; i < se->strata_count; i++)
37 { 39 {
38 ibf_write_slice (se->strata[i], 0, se->ibf_size, buf); 40 ibf_write_slice (se->strata[i], 0, se->ibf_size, buf);