mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 09:39:18 -05:00
typo?
This commit is contained in:
parent
7e833d90a7
commit
a689d81536
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ size_t slapi_entry_size(Slapi_Entry *e)
|
|||
Attribute *a;
|
||||
int i;
|
||||
|
||||
for ( size = 0, a = e->e_attrs; a != NULL; a->a_next ) {
|
||||
for ( size = 0, a = e->e_attrs; a != NULL; a = a->a_next ) {
|
||||
for ( i = 0; a->a_vals[i].bv_val != NULL; i++ ) {
|
||||
size += a->a_vals[i].bv_len + 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue