Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
7129b278
Commit
7129b278
authored
Nov 29, 2004
by
Howard Chu
Browse files
Fix db_close
parent
6b1c641b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/backover.c
View file @
7129b278
...
...
@@ -160,7 +160,7 @@ over_db_close(
}
}
if
(
be
->
bd_info
->
bi_db_close
)
{
if
(
oi
->
oi_orig
->
bi_db_close
)
{
be
->
bd_info
=
oi
->
oi_orig
;
rc
=
be
->
bd_info
->
bi_db_close
(
be
);
}
...
...
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