dbwrap_ctdb: Pass on mutex flags to tdb_open
authorVolker Lendecke <vl@samba.org>
Thu, 6 Nov 2014 10:59:34 +0000 (11:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 16 Nov 2014 11:13:54 +0000 (12:13 +0100)
commit1106ede280938d05325baa146bd524aa3568deaf
tree630097e13822f969626ac465f2a223c7cb9ad597
parent07d03e277757510b6c1b142ca9cee0b1b755b7b6
dbwrap_ctdb: Pass on mutex flags to tdb_open

Without this, ctdb can create a tdb file with mutex activated, but the
local tdb_open will not open the tdb due to strict flags checks whether
mutexes are possible.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10922

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sun Nov 16 12:13:54 CET 2014 on sn-devel-104
source3/lib/dbwrap/dbwrap_ctdb.c