SLAPD_SCHEMA_NOT_COMPAT: fix IA5StringNormalize aswell

This commit is contained in:
Kurt Zeilenga 2000-05-24 23:28:49 +00:00
parent 7ae8225088
commit 09965d67de

View file

@ -251,7 +251,7 @@ IA5StringNormalize(
/* EMPTY */ ;
}
if( *p ) {
if( *p != '\0' ) {
ch_free( newval );
return LDAP_INVALID_SYNTAX;
}