mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
minor cleanup
This commit is contained in:
parent
d10250d9f6
commit
e93c8f18d4
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ static ConfigTable bdbcfg[] = {
|
|||
{ "dbconfig", "DB_CONFIG setting", 1, 0, 0, ARG_MAGIC|BDB_CONFIG,
|
||||
bdb_cf_gen, "( OLcfgDbAt:1.3 NAME 'olcDbConfig' "
|
||||
"DESC 'BerkeleyDB DB_CONFIG configuration directives' "
|
||||
"SYNTAX OMsDirectoryString X-ORDERED 'VALUES' )",NULL, NULL },
|
||||
"SYNTAX OMsDirectoryString X-ORDERED 'VALUES' )", NULL, NULL },
|
||||
{ "dbnosync", NULL, 1, 2, 0, ARG_ON_OFF|ARG_MAGIC|BDB_NOSYNC,
|
||||
bdb_cf_gen, "( OLcfgDbAt:1.4 NAME 'olcDbNoSync' "
|
||||
"DESC 'Disable synchronous database writes' "
|
||||
|
|
|
|||
|
|
@ -833,7 +833,7 @@ fetch_entry_retry:
|
|||
|
||||
if ( rs->sr_err == LDAP_COMPARE_TRUE ) {
|
||||
/* check size limit */
|
||||
if ( --op->ors_slimit == -1) {
|
||||
if ( --op->ors_slimit == -1 ) {
|
||||
#ifdef SLAP_ZONE_ALLOC
|
||||
slap_zn_runlock(bdb->bi_cache.c_zctx, e);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue