]> git.sur5r.net Git - openldap/commitdiff
ITS#8049 fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Feb 2015 17:14:46 +0000 (11:14 -0600)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Feb 2015 17:14:46 +0000 (11:14 -0600)
servers/slapd/back-mdb/config.c

index 4c11f678ad771a3d420b2fb821706c706f68bd14..fbefddfc56f5afc2f8e33bcb8985207635b3f50a 100644 (file)
@@ -94,7 +94,7 @@ static ConfigOCs mdbocs[] = {
                "SUP olcDatabaseConfig "
                "MUST olcDbDirectory "
                "MAY ( olcDbCheckpoint $ olcDbEnvFlags $ "
-               "olcDbNoSync $ olcDbIndex $ olcDbMaxReaders $ olcDbMaxsize $ "
+               "olcDbNoSync $ olcDbIndex $ olcDbMaxReaders $ olcDbMaxSize $ "
                "olcDbMode $ olcDbSearchStack ) )",
                        Cft_Database, mdbcfg },
        { NULL, 0, NULL }