dbwrap: remove get_flags().
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 15 Jun 2012 03:53:02 +0000 (13:23 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 15 Jun 2012 03:53:02 +0000 (13:23 +0930)
commitfe915741b026548f626d0f20c2f75f9226b0a6f4
tree520af1c12f56692ad49c38fcb5f6f7279a405e30
parent38597be3928cb2fa9316c566af643b049b588e2e
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/winbindd/idmap_tdb.c