From: Kurt Zeilenga Date: Wed, 30 May 2001 06:28:32 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1369 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f0473d127cb110b5f4c3b16403fe32ecfdfec65;p=openldap Fix typo in last commit --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 8b215bab94..0ad467af24 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -3679,7 +3679,7 @@ numericStringNormalize( } } - assert( newval->bv_val =< p ); + assert( newval->bv_val <= p ); assert( q <= p ); /* null terminate */