mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
More for multival
Tweak config validity check
This commit is contained in:
parent
111329a2dc
commit
8ec9a3bcca
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ mdb_attr_multi_config(
|
|||
if ( next == s || next[0] != '\0' )
|
||||
goto badval;
|
||||
|
||||
if ( lo >= hi ) {
|
||||
if ( lo > hi ) {
|
||||
badval:
|
||||
snprintf(c_reply->msg, sizeof(c_reply->msg),
|
||||
"invalid hi/lo thresholds" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue