diff options
author | Tim Potter <tpot@samba.org> | 2004-04-28 07:32:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:36 -0500 |
commit | b0b97592be312b3553ac31cc3f3cb994de06e506 (patch) | |
tree | dc9d731c916eae81767883804c2d7d269bc56f3f /source4/lib/ldb/ldb_tdb/ldb_index.c | |
parent | 6411aa483f9233af098b4893ad67ebd2fd9d5868 (diff) | |
download | samba-b0b97592be312b3553ac31cc3f3cb994de06e506.tar.gz samba-b0b97592be312b3553ac31cc3f3cb994de06e506.tar.bz2 samba-b0b97592be312b3553ac31cc3f3cb994de06e506.zip |
r382: More C++ friendliness fixes.
(This used to be commit e96f3a2005cf6f4da2ecd4670a35eab1b4f250d0)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb/ldb_index.c')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_index.c | 2 |
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 d4e6c95d63..a23fc2d525 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_index.c +++ b/source4/lib/ldb/ldb_tdb/ldb_index.c @@ -576,7 +576,7 @@ static int ltdb_index_add1(struct ldb_context *ldb, const char *dn, } msg.num_elements = 0; msg.elements = NULL; - msg.private = NULL; + msg.private_data = NULL; } free(dn_key); |