summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-04-28 07:32:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:36 -0500
commitb0b97592be312b3553ac31cc3f3cb994de06e506 (patch)
treedc9d731c916eae81767883804c2d7d269bc56f3f /source4/lib/ldb/ldb_ldap
parent6411aa483f9233af098b4893ad67ebd2fd9d5868 (diff)
downloadsamba-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_ldap')
-rw-r--r--source4/lib/ldb/ldb_ldap/ldb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
index 510f28a45e..55c083b44c 100644
--- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c
+++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
@@ -264,7 +264,7 @@ static int lldb_search(struct ldb_context *ldb, const char *base,
(*res)[msg_count]->num_elements = 0;
(*res)[msg_count]->elements = NULL;
- (*res)[msg_count]->private = NULL;
+ (*res)[msg_count]->private_data = NULL;
/* loop over all attributes */
for (attr=ldap_first_attribute(lldb->ldap, msg, &berptr);