aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_heap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-10 14:16:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-10 14:16:04 +0000
commit76f900571816f5802d7f93eef33911a8b77a8130 (patch)
tree2373dd5485f7bc965fed5a09d77bc5b4ee08f7b3 /src/datastore/plugin_datastore_heap.c
parent8b6058e16361e1abb246e101b033035f17a5ded0 (diff)
downloadgnunet-76f900571816f5802d7f93eef33911a8b77a8130.tar.gz
gnunet-76f900571816f5802d7f93eef33911a8b77a8130.zip
-fixes
Diffstat (limited to 'src/datastore/plugin_datastore_heap.c')
-rw-r--r--src/datastore/plugin_datastore_heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c
index c0ed073fc..9f9360bfb 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,
692 } 692 }
693 break; 693 break;
694 } 694 }
695 GNUNET_assert (NULL != zabt);
695 value = zabt->array[offset]; 696 value = zabt->array[offset];
696 if (GNUNET_NO == 697 if (GNUNET_NO ==
697 proc (proc_cls, 698 proc (proc_cls,