Skip to content
Snippets Groups Projects
Commit d9782e14 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Move ldap_pvt_thread_initialize() in front of init_globals()

parent ec2072f1
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ main(
int i;
/* initialize thread package */
ldap_pvt_thread_initialize();
/*
* Create and initialize globals. init_globals() also initializes
* the main replication queue.
......@@ -92,9 +95,6 @@ main(
#endif /* LDAP_DEBUG */
lutil_detach( 0, 0 );
/* initialize thread package */
ldap_pvt_thread_initialize();
/*
* Start threads - one thread for each replica
*/
......
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