ldb: removing unnecessary module pointer
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Wed, 15 May 2019 22:53:38 +0000 (10:53 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2019 04:42:29 +0000 (04:42 +0000)
commit64cdd0383f9083d84d38dd19168b013906ca9cf8
tree4c9d852e73240c00bd87911038f89c5131cf1de5
parentbea24253f08d6aa6534d7743c7af0a5202446154
ldb: removing unnecessary module pointer

We want to reuse the reindex context struct for repacking, but it has an
unnecessary module pointer on it. Turns out the existing code doesn't
need it either, so this patch deletes the pointer.

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/ldb_key_value/ldb_kv.h
lib/ldb/ldb_key_value/ldb_kv_index.c
lib/ldb/ldb_tdb/ldb_tdb.c