mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Fix typo in last commit
This commit is contained in:
parent
e4653bde68
commit
5f0473d127
1 changed files with 1 additions and 1 deletions
|
|
@ -3679,7 +3679,7 @@ numericStringNormalize(
|
|||
}
|
||||
}
|
||||
|
||||
assert( newval->bv_val =< p );
|
||||
assert( newval->bv_val <= p );
|
||||
assert( q <= p );
|
||||
|
||||
/* null terminate */
|
||||
|
|
|
|||
Loading…
Reference in a new issue