X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Ft61.c;h=ae0843b97f8e6509273b7ae094261fad41895570;hb=d9a60db75ea1dbbc06d90d15e6f6969d8c075ee7;hp=023e1955ff0e9b6a6a6838d664b66ae1408432eb;hpb=f7f171ed409b5ff9c53211c5538a47d753ede58a;p=openldap diff --git a/libraries/libldap/t61.c b/libraries/libldap/t61.c index 023e1955ff..ae0843b97f 100644 --- a/libraries/libldap/t61.c +++ b/libraries/libldap/t61.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2002-2003 The OpenLDAP Foundation. + * Copyright 2002-2011 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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;