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)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 19 Sep 2010 16:31:34 +0000 (09:31 -0700)
commita2621034e985c87f87f7b196b75da56ffe8948dc
tree51afac0bfd2143b36de4b6d8cadc06a702a70fe9
parent277a1b229cf1b456560a50d021e2eaf2158e5134
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