mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
More for multival
Tweak config validity check
This commit is contained in:
parent
111329a2dc
commit
8ec9a3bcca
@ -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 New Issue
Block a user