From f4fa06ca00e35a4a6409b778905f951001ac4477 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Dec 2006 21:04:01 +0000 Subject: r20190: fix the ldb_ldap backend metze (This used to be commit 6b7eb5d68e769fd5450c5d92c3ece4c471aaeae9) --- source4/lib/ldb/ldb_ldap/ldb_ldap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/ldb/ldb_ldap') 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); -- cgit