]> git.sur5r.net Git - openldap/commitdiff
ITS#3818 fix index_substr_any_step keyword
authorHoward Chu <hyc@openldap.org>
Thu, 30 Jun 2005 23:24:48 +0000 (23:24 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 30 Jun 2005 23:24:48 +0000 (23:24 +0000)
servers/slapd/bconfig.c

index 86b93e47aa0672d0a4a1ae06645ccd1db8a79563..1387bb43d8e9129dfdc65b16dfd7210d780c3930 100644 (file)
@@ -308,7 +308,7 @@ static ConfigTable config_back_cf_table[] = {
        { "index_substr_any_len", "len", 2, 2, 0, ARG_INT|ARG_NONZERO,
                &index_substr_any_len, "( OLcfgGlAt:22 NAME 'olcIndexSubstrAnyLen' "
                        "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
-       { "index_substr_step", "step", 2, 2, 0, ARG_INT|ARG_NONZERO,
+       { "index_substr_any_step", "step", 2, 2, 0, ARG_INT|ARG_NONZERO,
                &index_substr_any_step, "( OLcfgGlAt:23 NAME 'olcIndexSubstrAnyStep' "
                        "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
        { "lastmod", "on|off", 2, 2, 0, ARG_DB|ARG_ON_OFF|ARG_MAGIC|CFG_LASTMOD,