tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Nov 2014 08:51:51 +0000 (09:51 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 20 Nov 2014 15:23:05 +0000 (16:23 +0100)
commitc8d05e934ea03fffbc34944d2d51a016b89a7eca
treeaee36d76ada21ac6c76bb582de885a64c3379be7
parent553b83c4d53a273a127e628d72c4edfc2950513d
tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
lib/tdb/common/open.c