mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Fix reversed assertion logic
This commit is contained in:
parent
e58fe652dc
commit
a2804649a5
@ -1611,7 +1611,7 @@ numericStringNormalize(
|
||||
|
||||
assert( *newval->bv_val );
|
||||
assert( newval->bv_val < p );
|
||||
assert( p <= q );
|
||||
assert( q <= p );
|
||||
|
||||
/* cannot start with a space */
|
||||
assert( !ASCII_SPACE(*newval->bv_val) );
|
||||
|
Loading…
Reference in New Issue
Block a user