mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Use e_nname.bv_len
This commit is contained in:
parent
b4b948c37b
commit
3b8cf82517
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ acl_get(
|
|||
a = a->acl_next;
|
||||
}
|
||||
|
||||
dnlen = strlen(e->e_ndn);
|
||||
dnlen = e->e_nname.bv_len;
|
||||
|
||||
for ( ; a != NULL; a = a->acl_next ) {
|
||||
(*count) ++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue