Skip to content
Snippets Groups Projects
Commit 06d63200 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#919: fix str2ad initialization bug

parent a5377f6c
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ ldap_send_entry(
if (attr == NULL)
continue;
attr->a_next = 0;
attr->a_desc = NULL;
slap_str2ad(a, &attr->a_desc, &text);
attr->a_vals = ldap_get_values_len(lc->ld, e, a);
if (!attr->a_vals)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment