mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#919: fix str2ad initialization bug
This commit is contained in:
parent
a5377f6c5e
commit
06d63200e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue