diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-12-10 14:16:04 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-12-10 14:16:04 +0000 |
commit | 76f900571816f5802d7f93eef33911a8b77a8130 (patch) | |
tree | 2373dd5485f7bc965fed5a09d77bc5b4ee08f7b3 /src/datastore | |
parent | 8b6058e16361e1abb246e101b033035f17a5ded0 (diff) |
-fixes
Diffstat (limited to 'src/datastore')
-rw-r--r-- | src/datastore/plugin_datastore_heap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c index c0ed073fc0..9f9360bfbc 100644 --- a/src/datastore/plugin_datastore_heap.c +++ b/src/datastore/plugin_datastore_heap.c @@ -692,6 +692,7 @@ heap_plugin_get_zero_anonymity (void *cls, uint64_t offset, } break; } + GNUNET_assert (NULL != zabt); value = zabt->array[offset]; if (GNUNET_NO == proc (proc_cls, |