summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-17 01:21:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:17 -0500
commit1865044d5c6379589c8f06b2f9bf0ccbdfe0cff9 (patch)
tree44f4f41483f6bd1e4dd5cd10b3ba0fe1f8f6acbe /source4/lib/ldb/ldb_tdb/ldb_tdb.h
parente36ea2e8ebe44079dd3989694f0235e77caf4fe2 (diff)
downloadsamba-1865044d5c6379589c8f06b2f9bf0ccbdfe0cff9.tar.gz
samba-1865044d5c6379589c8f06b2f9bf0ccbdfe0cff9.tar.bz2
samba-1865044d5c6379589c8f06b2f9bf0ccbdfe0cff9.zip
r19363: - don't need to store the baseinfo message after cache load
(This used to be commit 8c091bcdece5c17073838ad2367f3f4e22e97c31)
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, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
index 95a1d23905..c20c3bd5f9 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h
@@ -22,7 +22,6 @@ struct ltdb_private {
unsigned long long sequence_number;
struct ltdb_cache {
- struct ldb_message *baseinfo;
struct ldb_message *indexlist;
struct ldb_message *attributes;
struct ldb_message *subclasses;