mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix typo in write timeouts argnumbers
This commit is contained in:
parent
5bd95600de
commit
d71a3add92
@ -206,7 +206,7 @@ static ConfigTable ldapcfg[] = {
|
|||||||
"SYNTAX OMsBoolean "
|
"SYNTAX OMsBoolean "
|
||||||
"SINGLE-VALUE )",
|
"SINGLE-VALUE )",
|
||||||
NULL, NULL },
|
NULL, NULL },
|
||||||
{ "timeout", "timeout", 0, 2, 0,
|
{ "timeout", "timeout(list)", 2, 0, 0,
|
||||||
ARG_MAGIC|LDAP_BACK_CFG_TIMEOUT,
|
ARG_MAGIC|LDAP_BACK_CFG_TIMEOUT,
|
||||||
ldap_back_cf_gen, "( OLcfgDbAt:3.14 "
|
ldap_back_cf_gen, "( OLcfgDbAt:3.14 "
|
||||||
"NAME 'olcDbTimeout' "
|
"NAME 'olcDbTimeout' "
|
||||||
|
Loading…
Reference in New Issue
Block a user