Skip to content
Snippets Groups Projects
Commit 09965d67 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SLAPD_SCHEMA_NOT_COMPAT: fix IA5StringNormalize aswell

parent 7ae82250
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ IA5StringNormalize(
/* EMPTY */ ;
}
if( *p ) {
if( *p != '\0' ) {
ch_free( newval );
return LDAP_INVALID_SYNTAX;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment