diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-15 21:04:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:20 -0500 |
commit | f4fa06ca00e35a4a6409b778905f951001ac4477 (patch) | |
tree | 3c3b7abb1622ce1040d9e089692bfa6d5abf8a05 /source4 | |
parent | a3c0f3035d338b5bf00ecd436cb0ebfcbdc7345d (diff) | |
download | samba-f4fa06ca00e35a4a6409b778905f951001ac4477.tar.gz samba-f4fa06ca00e35a4a6409b778905f951001ac4477.tar.bz2 samba-f4fa06ca00e35a4a6409b778905f951001ac4477.zip |
r20190: fix the ldb_ldap backend
metze
(This used to be commit 6b7eb5d68e769fd5450c5d92c3ece4c471aaeae9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/ldb_ldap/ldb_ldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c index 9847ec4273..20ad6c46c1 100644 --- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c +++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c @@ -527,7 +527,6 @@ static int lldb_parse_result(struct lldb_context *ac, LDAPMessage *result) ares->message->num_elements = 0; ares->message->elements = NULL; - ares->message->private_data = NULL; /* loop over all attributes */ for (attr=ldap_first_attribute(lldb->ldap, msg, &berptr); |