Skip to content
Snippets Groups Projects
Commit f0190506 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3344: initialize threads early

parent 292c568f
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,6 @@ slap_init( int mode, const char *name )
slap_name = name;
(void) ldap_pvt_thread_initialize();
ldap_pvt_thread_pool_init( &connection_pool,
connection_pool_max, 0);
......
......@@ -501,6 +501,8 @@ unhandled_option:;
}
}
(void) ldap_pvt_thread_initialize();
lutil_set_debug_level( "slapd", slap_debug );
ber_set_option(NULL, LBER_OPT_DEBUG_LEVEL, &slap_debug);
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug);
......
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