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)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 8 Oct 2010 01:56:11 +0000 (12:56 +1100)
commita2168bbbebdf4bda602c4dcb5c0f7e9707bcbc95
tree32b54aa160da6e2b97afb65f91f6b9e8bc8b4066
parentc00334fc2ea8250005a48644006a831e85e03d90
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