summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-09 14:37:26 +1100
committerAndrew Tridgell <tridge@samba.org>2009-12-09 18:18:25 +1100
commit4bb2958f16cc6af43d113528407d53f0d78b0486 (patch)
tree02e61630519cf1ac25e334af10aca77bf1055bb4 /source4/lib/ldb/ldb_tdb/ldb_tdb.h
parente5a478d3a23c1d9bb7ebd8c836a0c0a880839e34 (diff)
downloadsamba-4bb2958f16cc6af43d113528407d53f0d78b0486.tar.gz
samba-4bb2958f16cc6af43d113528407d53f0d78b0486.tar.bz2
samba-4bb2958f16cc6af43d113528407d53f0d78b0486.zip
s4-ldb: fixed nested searches inside ldb modules
We need to keep a search count in ltdb to allow for nesting of searches inside a module Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_tdb.h')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index 0f17c82eaa..bb4cb3f8b5 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -31,6 +31,7 @@ struct ltdb_private {
bool check_base;
struct ltdb_idxptr *idxptr;
bool prepared_commit;
+ int read_lock_count;
};
/*