Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
206d1518
Commit
206d1518
authored
Nov 08, 2008
by
Quanah Gibson-Mount
Browse files
Fix commit 1.71.2.10
parent
dee65868
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/backover.c
View file @
206d1518
...
...
@@ -1111,13 +1111,14 @@ overlay_remove( BackendDB *be, slap_overinst *on )
{
slap_overinfo
*
oi
=
on
->
on_info
;
slap_overinst
**
oidx
;
BackendInfo
*
bi_orig
;
/* remove overlay from oi_list an call db_close and db_destroy
* handlers */
for
(
oidx
=
&
oi
->
oi_list
;
*
oidx
;
oidx
=
&
(
*
oidx
)
->
on_next
)
{
if
(
*
oidx
==
on
)
{
*
oidx
=
on
->
on_next
;
BackendInfo
*
bi_orig
=
be
->
bd_info
;
bi_orig
=
be
->
bd_info
;
be
->
bd_info
=
(
BackendInfo
*
)
on
;
if
(
on
->
on_bi
.
bi_db_close
)
{
on
->
on_bi
.
bi_db_close
(
be
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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