From 58c9eada7b9f62bc6905399a1abad6de8342ec72 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 17 Oct 2012 11:49:46 +0200 Subject: [PATCH] fixed hasharray bug introduced yesterday --- arangod/HashIndex/hasharray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/HashIndex/hasharray.c b/arangod/HashIndex/hasharray.c index 4bb84c6f9d..06bfc50792 100755 --- a/arangod/HashIndex/hasharray.c +++ b/arangod/HashIndex/hasharray.c @@ -128,7 +128,7 @@ static bool AllocateTable (TRI_hasharray_t* array, size_t numElements) { if (offset == 0) { // we're already on a cache line boundary - table = array->_data; + table = data; } else { // move to start of a cache line