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
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
Pipeline
#474
passed with stage
in 26 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
57b0ed90
...
...
@@ -5676,6 +5676,8 @@ done:
overlay_destroy_one
(
ca
->
be
,
(
slap_overinst
*
)
ca
->
bi
);
}
else
if
(
coptr
->
co_type
==
Cft_Schema
)
{
schema_destroy_one
(
ca
,
colst
,
nocs
,
last
);
}
else
if
(
ca
->
cleanup
)
{
ca
->
cleanup
(
ca
);
}
}
done_noop:
...
...
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