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
Simon
OpenLDAP
Commits
57b0ed90
Commit
57b0ed90
authored
Jun 10, 2020
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jun 21, 2020
Browse files
ITS#8434 Allow cleanup at the end of a failed back-config add
parent
f3e0707e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
57b0ed90
...
@@ -5676,6 +5676,8 @@ done:
...
@@ -5676,6 +5676,8 @@ done:
overlay_destroy_one
(
ca
->
be
,
(
slap_overinst
*
)
ca
->
bi
);
overlay_destroy_one
(
ca
->
be
,
(
slap_overinst
*
)
ca
->
bi
);
}
else
if
(
coptr
->
co_type
==
Cft_Schema
)
{
}
else
if
(
coptr
->
co_type
==
Cft_Schema
)
{
schema_destroy_one
(
ca
,
colst
,
nocs
,
last
);
schema_destroy_one
(
ca
,
colst
,
nocs
,
last
);
}
else
if
(
ca
->
cleanup
)
{
ca
->
cleanup
(
ca
);
}
}
}
}
done_noop:
done_noop:
...
...
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