ldb/tdb: avoid casting TDB_DATA to struct ldb_val
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Sep 2013 06:30:40 +0000 (08:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 08:30:55 +0000 (10:30 +0200)
commite0418a06c42cb4b7ce4db10670a75da0058e57ee
treeaa47bbd5748b364629e555b726f5b8c07cadc3e1
parent44ce791cbc7e20bf85d6bcd39d6b8354364ddc0a
ldb/tdb: avoid casting TDB_DATA to struct ldb_val

The structures are identical, but this generates compiler warnings.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ldb_tdb/ldb_index.c
lib/ldb/ldb_tdb/ldb_search.c
lib/ldb/ldb_tdb/ldb_tdb.c