mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Fix typo
This commit is contained in:
parent
958942d8e3
commit
79262c5703
@ -1486,7 +1486,7 @@ integerValidate(
|
||||
}
|
||||
|
||||
} else if ( val.bv_val[0] == '0' ) {
|
||||
if( val.bv_len == 1 ) { /* "0<more>" */
|
||||
if( val.bv_len > 1 ) { /* "0<more>" */
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user