source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.
commit42506c4a3e2da46d8df013e2bc17398b3193b381
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:10:32 +0000 (20 18:40 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:35 +0000 (20 11:18 +0200)
treee746c41386a9d6b22839e1b9672b87a8f7261741
parent61867eaa8458431c452352df021169c100fa9188
source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.

TDB has no idea of endian itself, but it knows whether the TDB is the
same endian as the current machine, so we should use that rather than
implementing TDB_BIGENDIAN in tdb2.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source3/winbindd/idmap_tdb.c