tdb_compat: use tdb_open_compat.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:10:32 +0000 (18:40 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:35 +0000 (11:18 +0200)
commitca1936fbb26af0ee8d0421ae6a4e07a0f62311d9
treea2173ebf5126bc9d5fbdcfddbf66e76face39482
parent9eaaf1fc67697a640260169ec26510806105e91f
tdb_compat: use tdb_open_compat.

This is a helper for the common case of opening a tdb with a logging
function, but it doesn't do all the work, since TDB1 and TDB2's log
functions are different types.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/util/tdb_wrap.c
source3/lib/util_tdb.c
source3/libsmb/smb_share_modes.c
source3/printing/tests/vlp.c
source3/smbd/mangle_hash.c
source3/torture/mangle_test.c
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c
source4/torture/basic/mangle_test.c
testsuite/printing/psec.c