From: Kurt Zeilenga Date: Sun, 3 Sep 2000 19:33:26 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2114 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b99299219fdb684b1318ecbea146a1b4e0868e2e;p=openldap Fix typo --- diff --git a/libraries/libldap/utf-8.c b/libraries/libldap/utf-8.c index 0d12f010a3..07243b786d 100644 --- a/libraries/libldap/utf-8.c +++ b/libraries/libldap/utf-8.c @@ -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;