Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
3ca26377
Commit
3ca26377
authored
23 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
A little BDB cleanup
parent
5e948001
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/openldap.m4
+3
-0
3 additions, 0 deletions
build/openldap.m4
configure
+221
-218
221 additions, 218 deletions
configure
configure.in
+0
-2
0 additions, 2 deletions
configure.in
with
224 additions
and
220 deletions
build/openldap.m4
+
3
−
0
View file @
3ca26377
...
...
@@ -360,6 +360,9 @@ done:
if( rc == 0 ) {
db_appexit( &env );
}
unlink("__db_mpool.share");
unlink("__db_lock.share");
#endif
return rc;
...
...
This diff is collapsed.
Click to expand it.
configure
+
221
−
218
View file @
3ca26377
This diff is collapsed.
Click to expand it.
configure.in
+
0
−
2
View file @
3ca26377
...
...
@@ -1728,8 +1728,6 @@ if test $ol_with_ldbm_api = auto \
OL_BERKELEY_COMPAT_DB
else
OL_BERKELEY_DB
if( -e __db_lock.share ) rm -f __db_lock.share
fi
if test $ol_cv_berkeley_db != no ; then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment