mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
cleanup
This commit is contained in:
parent
985dc00b30
commit
57e0ac008c
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ ldap_back_add(
|
|||
|
||||
ldap_back_map(&li->at_map, &a->a_desc->ad_cname, &mapped,
|
||||
BACKLDAP_MAP);
|
||||
if (mapped.bv_val == NULL) {
|
||||
if (mapped.bv_val == NULL || mapped.bv_val[0] == '\0') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue