pytdb: Update open flags to match those for tdb_open() in tdb.h
authorKirill Smelkov <kirr@mns.spb.ru>
Sun, 19 Sep 2010 09:53:19 +0000 (13:53 +0400)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Oct 2010 04:41:21 +0000 (15:11 +1030)
commitd0c28ff1fedd27a99a7550fcc74e18cb1f536986
treed504054f72d4dff64dfc8d6f5e0f37623b01c1b2
parent3ff413baf04ce28eb54a80141250ae1284b2a521
pytdb: Update open flags to match those for tdb_open() in tdb.h

Namely TDB_NOSYNC, TDB_SEQNUM, TDB_VOLATILE, TDB_ALLOW_NESTING and
TDB_DISALLOW_NESTING were missing.

Cc: 597386@bugs.debian.org
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
lib/tdb/pytdb.c