Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
e57e1a56
Commit
e57e1a56
authored
Oct 06, 2006
by
Quanah Gibson-Mount
Browse files
ITS#4565
parent
e30e416c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e57e1a56
...
...
@@ -7,6 +7,7 @@ OpenLDAP 2.3.28 Engineering
Added ldapsearch bad filter pattern check (ITS#4647)
Fixed slapd global access controls initialization (ITS#4654)
Fixed slapd setting c_sasl_bindop only on SASL binds
Fixed slapd return code not being propagated (ITS#4565)
Fixed slapd-ldap retry with idassert (ITS#4686)
Fixed slapd-monitor locking with scope "subordinate" (ITS#4668)
Fixed slapd-perl deletes (ITS#2612)
...
...
servers/slapd/init.c
View file @
e57e1a56
...
...
@@ -171,6 +171,8 @@ slap_init( int mode, const char *name )
if
(
rc
==
0
)
{
rc
=
backend_init
(
);
}
if
(
rc
)
return
rc
;
break
;
...
...
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