mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix typo
This commit is contained in:
parent
91bdd84b96
commit
b99299219f
1 changed files with 0 additions and 1 deletions
|
|
@ -400,7 +400,6 @@ ber_len_t (ldap_utf8_strspn)( const char *str, const char *set )
|
|||
const char *cset;
|
||||
|
||||
for( cstr = str; *cstr != '\0'; LDAP_UTF8_INCR(cstr) ) {
|
||||
|
||||
for( cset = set; ; LDAP_UTF8_INCR(cset) ) {
|
||||
if( *cset == '\0' ) {
|
||||
return cstr - str;
|
||||
|
|
|
|||
Loading…
Reference in a new issue