Skip to content
Snippets Groups Projects
Commit 6d4b0452 authored by Pierangelo Masarati's avatar Pierangelo Masarati Committed by Quanah Gibson-Mount
Browse files

release mutex only *after* backend connection initialization (ITS#6993)

parent 136cd8c3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment