mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
release mutex only *after* backend connection initialization (ITS#6993)
This commit is contained in:
parent
58255ab250
commit
415b8ec84b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue