dbwrap: remove get_flags().
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 05:37:43 +0000 (15:07 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 05:35:17 +0000 (07:35 +0200)
commit1acf548eb75c9641e4e2c07167b42bc4380f9158
tree818c0c6fcd266e754c678381ae0a43a84d307ed4
parentfc9b2987611d7535b92288b26b09db19a0e2d78e
dbwrap: remove get_flags().

The flags returned were TDB-specific: this was only used for detecting
the endianness of obsolete databases (the conversion code was put in in
2003, with reference to Samba 2.3).

It's easier to remove it than to translate the NTDB flags to TDB flags,
and it's a really weird thing to ask for anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/dbwrap/dbwrap.c
lib/dbwrap/dbwrap.h
lib/dbwrap/dbwrap_cache.c
lib/dbwrap/dbwrap_private.h
lib/dbwrap/dbwrap_tdb.c
source3/lib/dbwrap/dbwrap_ctdb.c
source3/winbindd/idmap_tdb.c