]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Wed, 30 May 2001 06:28:32 +0000 (06:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 30 May 2001 06:28:32 +0000 (06:28 +0000)
servers/slapd/schema_init.c

index 8b215bab94616d3fbb2e8125cbcb75d42175113d..0ad467af24b762a455dc8426593c7ef51dcb8c76 100644 (file)
@@ -3679,7 +3679,7 @@ numericStringNormalize(
                }
        }
 
-       assert( newval->bv_val =< p );
+       assert( newval->bv_val <= p );
        assert( q <= p );
 
        /* null terminate */