From: Howard Chu Date: Tue, 1 Jan 2002 04:44:59 +0000 (+0000) Subject: Fix previous commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~385 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b83bbc681b73261e16843f988674f6edd0a73da;p=openldap Fix previous commit --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 302218833a..1a91b36a57 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -545,6 +545,7 @@ UTF8StringNormalize( */ if ( s != NULL ) { + len = q - s; q = s; }