s4-pyldb: fixed 64 bit issues
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 2009 10:36:41 +0000 (21:36 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 2009 10:36:41 +0000 (21:36 +1100)
commitc45a81ecf3229762b7074891b86d894c27489180
treec714f083733f6c9a611c2560dce2043e457ab50a
parent96a41581e6aab2b6a3511842c688818a163796f7
s4-pyldb: fixed 64 bit issues

The python argument parse functions take standard C types, not enums
and time_t. This broken the python interface on PPC.
source4/lib/ldb/pyldb.c