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
ingo Voss
OpenLDAP
Commits
415b8ec8
Commit
415b8ec8
authored
Aug 22, 2011
by
Pierangelo Masarati
Browse files
release mutex only *after* backend connection initialization (ITS#6993)
parent
58255ab2
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
415b8ec8
...
...
@@ -571,9 +571,9 @@ Connection * connection_init(
slap_sasl_external
(
c
,
ssf
,
authid
);
slapd_add_internal
(
s
,
1
);
ldap_pvt_thread_mutex_unlock
(
&
c
->
c_mutex
);
backend_connection_init
(
c
);
ldap_pvt_thread_mutex_unlock
(
&
c
->
c_mutex
);
return
c
;
}
...
...
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