mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
ITS#4291
This commit is contained in:
parent
e60724422b
commit
90a6c71d32
1 changed files with 2 additions and 1 deletions
|
|
@ -881,7 +881,8 @@ int slapi_over_config( BackendDB *be )
|
|||
ldap_pvt_thread_mutex_init( &slapi_time_mutex );
|
||||
ldap_pvt_thread_mutex_init( &slapi_printmessage_mutex );
|
||||
|
||||
slapi_log_file = slapi_ch_strdup( LDAP_RUNDIR LDAP_DIRSEP "errors" );
|
||||
if ( slapi_log_file == NULL )
|
||||
slapi_log_file = slapi_ch_strdup( LDAP_RUNDIR LDAP_DIRSEP "errors" );
|
||||
|
||||
rc = slapi_int_init_object_extensions();
|
||||
if ( rc != 0 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue