]> git.sur5r.net Git - openldap/commitdiff
SLAPD_SCHEMA_NOT_COMPAT: fix IA5StringNormalize aswell
authorKurt Zeilenga <kurt@openldap.org>
Wed, 24 May 2000 23:28:49 +0000 (23:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 24 May 2000 23:28:49 +0000 (23:28 +0000)
servers/slapd/schema_init.c

index ddc92abb7292fc871706c1bc60f6bbb6dd9f7db4..3e98b7f7a238f7441b769d690d58db69b97f3616 100644 (file)
@@ -251,7 +251,7 @@ IA5StringNormalize(
                /* EMPTY */  ;
        }
 
-       if( *p ) {
+       if( *p != '\0' ) {
                ch_free( newval );
                return LDAP_INVALID_SYNTAX;
        }