mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
ITS#5542 fix loop iterator
This commit is contained in:
parent
9d72509d05
commit
99160d7c20
1 changed files with 2 additions and 0 deletions
|
|
@ -684,6 +684,8 @@ int ldap_utf8s_to_t61s( struct berval *src, struct berval *dst )
|
|||
*d++ = 0x3f;
|
||||
break;
|
||||
}
|
||||
i += j;
|
||||
c += j;
|
||||
}
|
||||
*d = '\0';
|
||||
return LDAP_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue