r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jun 2007 14:25:52 +0000 (14:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:07 +0000 (12:23 -0500)
commit815d2101715d6646fc15ac9f2853cf727cf7fcd8
tree5313c2f88a99c5a1a602ac17fd0bec9982ee72c0
parent1716613cc7ab8dec739adadeadbf18937682cd5c
r23337: fix a crash bug...I wonder why only HP-UX 11.00 ans 11.11 noticed
it via a SIGBUS...

I missed to remove the samba3 specifc code path to tdb_open_ex()
when I synced lib/tdb/ with samba4. The explicit cast in on tdb_open_ex()
dropped the compiler warning :-(

metze
source/lib/ldb/ldb_tdb/ldb_tdb_wrap.c