summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_index.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-04-28 07:05:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:36 -0500
commit6411aa483f9233af098b4893ad67ebd2fd9d5868 (patch)
tree53f33042ccebca4bb02187d44255a4a5da28f222 /source4/lib/ldb/ldb_tdb/ldb_index.c
parentee0489fff69533d04318de249aabd8d1d021d285 (diff)
downloadsamba-6411aa483f9233af098b4893ad67ebd2fd9d5868.tar.gz
samba-6411aa483f9233af098b4893ad67ebd2fd9d5868.tar.bz2
samba-6411aa483f9233af098b4893ad67ebd2fd9d5868.zip
r381: make the code more C++ friendly
(This used to be commit 8acecc7f27e25ab876fffffe43ae75b5f77aff77)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_index.c')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_index.c b/source4/lib/ldb/ldb_tdb/ldb_index.c
index 05ae2bbc14..d4e6c95d63 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_index.c
+++ b/source4/lib/ldb/ldb_tdb/ldb_index.c
@@ -770,7 +770,7 @@ static int re_index(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data, void *
*/
int ltdb_reindex(struct ldb_context *ldb)
{
- struct ltdb_private *ltdb = ldb->private;
+ struct ltdb_private *ltdb = ldb->private_data;
int ret;
/* first traverse the database deleting any @INDEX records */