From: Pierangelo Masarati Date: Mon, 3 Jan 2005 18:20:37 +0000 (+0000) Subject: fix max arg number for limits X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~469 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1e4eeb23b67f1232a3caa608371de2005154fd8;p=openldap fix max arg number for limits --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 33ff09fb5a..f167e45224 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -195,7 +195,7 @@ ConfigTable SystemConfiguration[] = { { "ucdata-path", 2, 2, 0, "path", ARG_IGNORED, NULL, NULL, NULL, NULL }, { "sizelimit", 2, 2, 0, "limit", ARG_MAGIC|CFG_SIZE, &config_sizelimit, NULL, NULL, NULL }, { "timelimit", 2, 2, 0, "limit", ARG_MAGIC|CFG_TIME, &config_timelimit, NULL, NULL, NULL }, - { "limits", 2, 2, 0, "limits", ARG_DB|ARG_MAGIC|CFG_LIMITS, &config_generic, NULL, NULL, NULL }, + { "limits", 2, 0, 0, "limits", ARG_DB|ARG_MAGIC|CFG_LIMITS, &config_generic, NULL, NULL, NULL }, { "overlay", 2, 2, 0, "overlay", ARG_MAGIC, &config_overlay, NULL, NULL, NULL }, { "suffix", 2, 2, 0, "suffix", ARG_DB|ARG_MAGIC, &config_suffix, NULL, NULL, NULL }, { "maxDerefDepth", 2, 2, 0, "depth", ARG_DB|ARG_INT|ARG_MAGIC|CFG_DEPTH, &config_generic, NULL, NULL, NULL },