Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
43c1d191
Commit
43c1d191
authored
Aug 11, 2007
by
Howard Chu
Browse files
Cleanup
parent
7a760e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
43c1d191
...
...
@@ -470,7 +470,6 @@ bdb_cf_gen(ConfigArgs *c)
bdb
->
bi_db_config_path
=
NULL
;
c
->
cleanup
=
bdb_cf_cleanup
;
ldap_pvt_thread_pool_purgekey
(
bdb
->
bi_dbenv
);
ldap_pvt_thread_pool_purgekey
(
((
char
*
)
bdb
->
bi_dbenv
)
+
1
);
break
;
case
BDB_NOSYNC
:
bdb
->
bi_dbenv
->
set_flags
(
bdb
->
bi_dbenv
,
DB_TXN_NOSYNC
,
0
);
...
...
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