mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
ITS#8049 fix typo
This commit is contained in:
parent
2f1a2dd329
commit
3b130b65a4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static ConfigOCs mdbocs[] = {
|
|||
"SUP olcDatabaseConfig "
|
||||
"MUST olcDbDirectory "
|
||||
"MAY ( olcDbCheckpoint $ olcDbEnvFlags $ "
|
||||
"olcDbNoSync $ olcDbIndex $ olcDbMaxReaders $ olcDbMaxsize $ "
|
||||
"olcDbNoSync $ olcDbIndex $ olcDbMaxReaders $ olcDbMaxSize $ "
|
||||
"olcDbMode $ olcDbSearchStack $ olcDbMaxEntrySize ) )",
|
||||
Cft_Database, mdbcfg },
|
||||
{ NULL, 0, NULL }
|
||||
|
|
|
|||
Loading…
Reference in a new issue