mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
Revert 1.96, restore 1.91 functionality
This commit is contained in:
parent
590bc6a7fa
commit
eda2b46dd2
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,6 @@ slap_init( int mode, const char *name )
|
||||||
|
|
||||||
switch ( slapMode & SLAP_MODE ) {
|
switch ( slapMode & SLAP_MODE ) {
|
||||||
case SLAP_SERVER_MODE:
|
case SLAP_SERVER_MODE:
|
||||||
ldap_pvt_thread_pool_init( &connection_pool,
|
|
||||||
connection_pool_max, 0);
|
|
||||||
|
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case SLAP_TOOL_MODE:
|
case SLAP_TOOL_MODE:
|
||||||
|
|
@ -134,6 +132,8 @@ slap_init( int mode, const char *name )
|
||||||
|
|
||||||
slap_name = name;
|
slap_name = name;
|
||||||
|
|
||||||
|
ldap_pvt_thread_pool_init( &connection_pool,
|
||||||
|
connection_pool_max, 0);
|
||||||
ldap_pvt_thread_mutex_init( &entry2str_mutex );
|
ldap_pvt_thread_mutex_init( &entry2str_mutex );
|
||||||
ldap_pvt_thread_mutex_init( &replog_mutex );
|
ldap_pvt_thread_mutex_init( &replog_mutex );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue