From d71a3add92cff46d8295062a445eda1a36ba0b8e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 19 Nov 2005 23:23:18 +0000 Subject: [PATCH] fix typo in write timeouts argnumbers --- servers/slapd/back-ldap/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-ldap/config.c b/servers/slapd/back-ldap/config.c index 0bac751669..da838e3c6c 100644 --- a/servers/slapd/back-ldap/config.c +++ b/servers/slapd/back-ldap/config.c @@ -206,7 +206,7 @@ static ConfigTable ldapcfg[] = { "SYNTAX OMsBoolean " "SINGLE-VALUE )", NULL, NULL }, - { "timeout", "timeout", 0, 2, 0, + { "timeout", "timeout(list)", 2, 0, 0, ARG_MAGIC|LDAP_BACK_CFG_TIMEOUT, ldap_back_cf_gen, "( OLcfgDbAt:3.14 " "NAME 'olcDbTimeout' " -- 2.39.5