Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
e93c8f18
Commit
e93c8f18
authored
Aug 11, 2005
by
Pierangelo Masarati
Browse files
minor cleanup
parent
d10250d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
e93c8f18
...
...
@@ -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' "
...
...
servers/slapd/back-bdb/search.c
View file @
e93c8f18
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment