Commit 7944bc8a authored by John Esmet's avatar John Esmet

Fix build

parent 5dc1ef2f
......@@ -2331,7 +2331,7 @@ basement_node_gc_all_les(BASEMENTNODE bn,
void* keyp = NULL;
uint32_t keylen = 0;
LEAFENTRY leaf_entry;
bn->data_buffer.fetch_klpair(index, &leaf_entry, &keylen, &keyp);
r = bn->data_buffer.fetch_klpair(index, &leaf_entry, &keylen, &keyp);
assert_zero(r);
ft_basement_node_gc_once(
bn,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment