mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
SLAPD_SCHEMA_NOT_COMPAT: fix IA5StringNormalize aswell
This commit is contained in:
parent
7ae8225088
commit
09965d67de
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ IA5StringNormalize(
|
|||
/* EMPTY */ ;
|
||||
}
|
||||
|
||||
if( *p ) {
|
||||
if( *p != '\0' ) {
|
||||
ch_free( newval );
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue