ITS#5542 fix loop iterator

This commit is contained in:
Howard Chu 2008-05-30 17:29:47 +00:00
parent 9d72509d05
commit 99160d7c20

View file

@ -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;